Compartir vía


ServiceNameElementCollection.Item[] Propiedad

Definición

La propiedad Item[] obtiene o establece la instancia de ServiceNameElement.

Sobrecargas

Item[Int32]

La propiedad Item[String] obtiene o establece la instancia de ServiceNameElement ubicada en el índice especificado.

Item[String]

La propiedad Item[String] obtiene o establece la instancia de ServiceNameElement basándose en una cadena que representa la instancia de ServiceNameElement.

Item[Int32]

La propiedad Item[String] obtiene o establece la instancia de ServiceNameElement ubicada en el índice especificado.

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

Parámetros

index
Int32

Índice que tiene la instancia de ServiceNameElement en este objeto ServiceNameElementCollection.

Valor de propiedad

ServiceNameElement

Instancia de ServiceNameElement que se ha solicitado. Si no se encuentra la instancia solicitada, se devolverá null.

Se aplica a

Item[String]

La propiedad Item[String] obtiene o establece la instancia de ServiceNameElement basándose en una cadena que representa la instancia 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

Parámetros

name
String

String que representa la instancia de ServiceNameElement en este objeto ServiceNameElementCollection.

Valor de propiedad

ServiceNameElement

Instancia de ServiceNameElement que se ha solicitado. Si no se encuentra la instancia solicitada, se devolverá null.

Se aplica a