AuthenticationModuleElementCollection.Item[] Właściwość

Definicja

Pobiera lub ustawia element za pomocą określonego indeksu lub klucza.

Przeciążenia

Item[Int32]

Pobiera lub ustawia element w określonej pozycji w kolekcji.

Item[String]

Pobiera lub ustawia element przy użyciu określonego klucza.

Item[Int32]

Pobiera lub ustawia element w określonej pozycji w kolekcji.

public:
 property System::Net::Configuration::AuthenticationModuleElement ^ default[int] { System::Net::Configuration::AuthenticationModuleElement ^ get(int index); void set(int index, System::Net::Configuration::AuthenticationModuleElement ^ value); };
public System.Net.Configuration.AuthenticationModuleElement this[int index] { get; set; }
member this.Item(int) : System.Net.Configuration.AuthenticationModuleElement with get, set
Default Public Property Item(index As Integer) As AuthenticationModuleElement

Parametry

index
Int32

Indeks oparty na zerowym elemecie.

Wartość właściwości

Element AuthenticationModuleElement w określonej lokalizacji.

Zobacz też

Dotyczy

Item[String]

Pobiera lub ustawia element przy użyciu określonego klucza.

public:
 property System::Net::Configuration::AuthenticationModuleElement ^ default[System::String ^] { System::Net::Configuration::AuthenticationModuleElement ^ get(System::String ^ name); void set(System::String ^ name, System::Net::Configuration::AuthenticationModuleElement ^ value); };
public System.Net.Configuration.AuthenticationModuleElement this[string name] { get; set; }
member this.Item(string) : System.Net.Configuration.AuthenticationModuleElement with get, set
Default Public Property Item(name As String) As AuthenticationModuleElement

Parametry

name
String

Klucz elementu w kolekcji.

Wartość właściwości

Element AuthenticationModuleElement z określonym kluczem lub null jeśli nie ma elementu o określonym kluczu.

Zobacz też

Dotyczy