ServiceNameElementCollection.Item[] Proprietà

Definizione

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

Overload

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

Parametri

index
Int32

Indice dell'istanza di ServiceNameElement in questo oggetto ServiceNameElementCollection.

Valore della proprietà

ServiceNameElement

Istanza di ServiceNameElement richiesta. Se l'istanza richiesta non viene trovata, verrà restituito null.

Si applica a

Item[String]

La proprietà Item[String] ottiene o imposta l'istanza di ServiceNameElement in base a una stringa che rappresenta l'istanza di 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

Parametri

name
String

Oggetto String che rappresenta l'istanza di ServiceNameElement in questo oggetto ServiceNameElementCollection.

Valore della proprietà

ServiceNameElement

Istanza di ServiceNameElement richiesta. Se l'istanza richiesta non viene trovata, verrà restituito null.

Si applica a