ServiceNameElementCollection.Item[] Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Item[]Vlastnost získá nebo nastaví ServiceNameElement instanci.
Přetížení
Item[Int32] |
Item[String]Vlastnost získá nebo nastaví ServiceNameElement instanci v zadaném umístění indexu. |
Item[String] |
Item[String]Vlastnost získá nebo nastaví instanci na ServiceNameElement základě řetězce, který představuje ServiceNameElement instanci. |
Item[Int32]
Item[String]Vlastnost získá nebo nastaví ServiceNameElement instanci v zadaném umístění indexu.
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
Index ServiceNameElement instance v tomto ServiceNameElementCollection .
Hodnota vlastnosti
ServiceNameElementPožadovaná instance. Pokud se požadovaná instance nenajde, null
vrátí se.
Platí pro
Item[String]
Item[String]Vlastnost získá nebo nastaví instanci na ServiceNameElement základě řetězce, který představuje ServiceNameElement instanci.
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
String, Který představuje ServiceNameElement instanci v tomto ServiceNameElementCollection .
Hodnota vlastnosti
ServiceNameElementPožadovaná instance. Pokud se požadovaná instance nenajde, null
vrátí se.