ServiceNameElementCollection.Item[] Propiedad

Definición

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

Sobrecargas

Nombre Description
Item[Int32]

La Item[String] propiedad obtiene o establece la ServiceNameElement instancia en la ubicación de índice especificada.

Item[String]

La Item[String] propiedad obtiene o establece la ServiceNameElement instancia basada en una cadena que representa la ServiceNameElement instancia.

Item[Int32]

La Item[String] propiedad obtiene o establece la ServiceNameElement instancia en la ubicación de índice especificada.

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

Parámetros

index
Int32

Índice de la ServiceNameElement instancia de en este ServiceNameElementCollectionobjeto .

Valor de propiedad

Instancia ServiceNameElement solicitada. Si no se encuentra la instancia solicitada, null se devuelve.

Se aplica a

Item[String]

La Item[String] propiedad obtiene o establece la ServiceNameElement instancia basada en una cadena que representa la ServiceNameElement instancia.

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

Parámetros

name
String

String que representa la ServiceNameElement instancia de en este ServiceNameElementCollectionobjeto .

Valor de propiedad

Instancia ServiceNameElement solicitada. Si no se encuentra la instancia solicitada, null se devuelve.

Se aplica a