ServiceNameElementCollection.Item[] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Właściwość Item[] pobiera lub ustawia ServiceNameElement wystąpienie.
Przeciążenia
Item[Int32] |
Właściwość Item[String] pobiera lub ustawia wystąpienie w ServiceNameElement określonej lokalizacji indeksu. |
Item[String] |
Właściwość Item[String] pobiera lub ustawia wystąpienie na podstawie ciągu ServiceNameElement reprezentującego ServiceNameElement wystąpienie. |
Item[Int32]
Właściwość Item[String] pobiera lub ustawia wystąpienie w ServiceNameElement 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:
property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[int] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(int index); };
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get; set; }
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get; }
member this.Item(int) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
member this.Item(int) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement
Default Public Property Item(index As Integer) As ServiceNameElement
Default Public ReadOnly Property Item(index As Integer) As ServiceNameElement
Parametry
- index
- Int32
Indeks wystąpienia ServiceNameElement w tym . ServiceNameElementCollection
Wartość właściwości
Żądane ServiceNameElement wystąpienie. Jeśli żądane wystąpienie nie zostanie znalezione, zostanie null
zwrócona.
Dotyczy
Item[String]
Właściwość Item[String] pobiera lub ustawia wystąpienie na podstawie ciągu ServiceNameElement 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:
property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[System::String ^] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(System::String ^ name); };
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get; set; }
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get; }
member this.Item(string) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
member this.Item(string) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement
Default Public Property Item(name As String) As ServiceNameElement
Default Public ReadOnly Property Item(name As String) As ServiceNameElement
Parametry
- name
- String
Wartość String reprezentująca ServiceNameElement wystąpienie w tym . ServiceNameElementCollection
Wartość właściwości
Żądane ServiceNameElement wystąpienie. Jeśli żądane wystąpienie nie zostanie znalezione, zostanie null
zwrócona.