Język

ServiceNameElementCollection.Item[] Właściwość

Definicja

Właściwość Item[] pobiera lub ustawia ServiceNameElement wystąpienie.

Przeciążenia

Nazwa Opis
Item[Int32]

Właściwość Item[String] pobiera lub ustawia ServiceNameElement wystąpienie w określonej lokalizacji indeksu.

Item[String]

Właściwość Item[String] pobiera lub ustawia ServiceNameElement wystąpienie na podstawie ciągu reprezentującego ServiceNameElement wystąpienie.

Item[Int32]

Właściwość Item[String] pobiera lub ustawia ServiceNameElement wystąpienie w określonej lokalizacji indeksu.

public:
 property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[int] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(int index); void set(int index, System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ value); };
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get; set; }
member this.Item(int) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
Default Public Property Item(index As Integer) As ServiceNameElement

Parametry

index
Int32

Indeks ServiceNameElement wystąpienia w tym ServiceNameElementCollectionpliku .

Wartość właściwości

Zażądano ServiceNameElement wystąpienia. Jeśli żądane wystąpienie nie zostanie znalezione, null zostanie zwrócone.

Dotyczy

Item[String]

Właściwość Item[String] pobiera lub ustawia ServiceNameElement wystąpienie na podstawie ciągu reprezentującego ServiceNameElement wystąpienie.

public:
 property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[System::String ^] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(System::String ^ name); void set(System::String ^ name, System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ value); };
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get; set; }
member this.Item(string) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
Default Public Property Item(name As String) As ServiceNameElement

Parametry

name
String

Element String reprezentujący ServiceNameElement wystąpienie w tym ServiceNameElementCollectionobiekcie .

Wartość właściwości

Zażądano ServiceNameElement wystąpienia. Jeśli żądane wystąpienie nie zostanie znalezione, null zostanie zwrócone.

Dotyczy