ServiceNameElementCollection.Item[] Propriedade

Definição

A propriedade Item[] obtém ou define a instância de ServiceNameElement.

Sobrecargas

Item[Int32]

A propriedade Item[String] obtém ou define a instância de ServiceNameElement no local de indexação especificado.

Item[String]

A propriedade Item[String] obtém ou define a instância de ServiceNameElement com base em uma cadeia de caracteres que representa a instância de ServiceNameElement.

Item[Int32]

A propriedade Item[String] obtém ou define a instância de ServiceNameElement no local de indexação 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

O índice da instância de ServiceNameElement neste ServiceNameElementCollection.

Valor da propriedade

ServiceNameElement

A ServiceNameElement instância solicitada. Se a instância solicitada não for encontrada, null será retornada.

Aplica-se a

Item[String]

A propriedade Item[String] obtém ou define a instância de ServiceNameElement com base em uma cadeia de caracteres que representa a instância 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

Uma String que representa a instância de ServiceNameElement neste ServiceNameElementCollection.

Valor da propriedade

ServiceNameElement

A ServiceNameElement instância solicitada. Se a instância solicitada não for encontrada, null será retornada.

Aplica-se a