ServiceNameElementCollection.Item[] Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
A Item[] propriedade recebe ou define a ServiceNameElement instância.
Sobrecargas
| Name | Descrição |
|---|---|
| Item[Int32] |
A Item[String] propriedade recebe ou define a ServiceNameElement instância na localização do índice especificada. |
| Item[String] |
A Item[String] propriedade recebe ou define a ServiceNameElement instância com base numa cadeia que representa a ServiceNameElement instância. |
Item[Int32]
A Item[String] propriedade recebe ou define a ServiceNameElement instância na localização do í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
O índice da ServiceNameElement instância neste ServiceNameElementCollection.
Valor de Propriedade
A ServiceNameElement instância pediu. Se a instância solicitada não for encontrada, então null é devolvida.
Aplica-se a
Item[String]
A Item[String] propriedade recebe ou define a ServiceNameElement instância com base numa cadeia que representa a ServiceNameElement instância.
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
A String que representa a ServiceNameElement instância neste ServiceNameElementCollection.
Valor de Propriedade
A ServiceNameElement instância pediu. Se a instância solicitada não for encontrada, então null é devolvida.