Aracılığıyla paylaş


AuthenticationModuleElementCollection.Item[] Özellik

Tanım

Belirtilen dizine veya anahtara sahip öğeyi alır veya ayarlar.

Aşırı Yüklemeler

Item[Int32]

Öğeyi koleksiyonda belirtilen konumda alır veya ayarlar.

Item[String]

Belirtilen anahtarla öğesini alır veya ayarlar.

Item[Int32]

Öğeyi koleksiyonda belirtilen konumda alır veya ayarlar.

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

Parametreler

index
Int32

öğesinin sıfır tabanlı dizini.

Özellik Değeri

AuthenticationModuleElement belirtilen konumda.

Ayrıca bkz.

Şunlara uygulanır

Item[String]

Belirtilen anahtarla öğesini alır veya ayarlar.

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

Parametreler

name
String

Koleksiyondaki bir öğenin anahtarı.

Özellik Değeri

AuthenticationModuleElement belirtilen anahtarla veya null belirtilen anahtara sahip öğe yoksa.

Ayrıca bkz.

Şunlara uygulanır