ServiceNameElementCollection.Item[] Proprietà

Definizione

La Item[] proprietà ottiene o imposta l'istanza ServiceNameElement .

Overload

Nome Descrizione
Item[Int32]

La Item[String] proprietà ottiene o imposta l'istanza ServiceNameElement in corrispondenza della posizione di indice specificata.

Item[String]

La Item[String] proprietà ottiene o imposta l'istanza ServiceNameElement in base a una stringa che rappresenta l'istanza ServiceNameElement di .

Item[Int32]

La Item[String] proprietà ottiene o imposta l'istanza ServiceNameElement in corrispondenza della posizione di indice specificata.

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

Parametri

index
Int32

Indice dell'istanza ServiceNameElement in questo ServiceNameElementCollectionoggetto .

Valore della proprietà

ServiceNameElement Istanza richiesta. Se l'istanza richiesta non viene trovata, null viene restituita.

Si applica a

Item[String]

La Item[String] proprietà ottiene o imposta l'istanza ServiceNameElement in base a una stringa che rappresenta l'istanza ServiceNameElement di .

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

Parametri

name
String

Oggetto String che rappresenta l'istanza ServiceNameElement in questo ServiceNameElementCollectionoggetto .

Valore della proprietà

ServiceNameElement Istanza richiesta. Se l'istanza richiesta non viene trovata, null viene restituita.

Si applica a