ServiceNameElementCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La propriété Item[] obtient ou définit l’instance de ServiceNameElement.
Surcharges
Item[Int32] |
La propriété Item[String] obtient ou définit l'instance de ServiceNameElement au niveau de l'index spécifié. |
Item[String] |
La propriété Item[String] obtient ou définit l'instance de ServiceNameElement selon une chaîne qui représente l'instance de ServiceNameElement. |
Item[Int32]
La propriété Item[String] obtient ou définit l'instance de ServiceNameElement au niveau de l'index spécifié.
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
Paramètres
- index
- Int32
Index de l'instance de ServiceNameElement dans ce ServiceNameElementCollection.
Valeur de propriété
Instance de ServiceNameElement demandée. Si l'instance demandée est introuvable, la valeur null
est retournée.
S’applique à
Item[String]
La propriété Item[String] obtient ou définit l'instance de ServiceNameElement selon une chaîne qui représente l'instance de ServiceNameElement.
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
Paramètres
- name
- String
String qui représente l'instance de ServiceNameElement dans ce ServiceNameElementCollection.
Valeur de propriété
Instance de ServiceNameElement demandée. Si l'instance demandée est introuvable, la valeur null
est retournée.