FormsAuthenticationUserCollection.Item[] Özellik

Tanım

Belirtilen FormsAuthenticationUser koleksiyon öğesini alır.

Aşırı Yüklemeler

Name Description
Item[Int32]

belirtilen dizinde alır FormsAuthenticationUser .

Item[String]

FormsAuthenticationUser Belirtilen ada sahip öğesini alır.

Item[Int32]

belirtilen dizinde alır FormsAuthenticationUser .

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

Parametreler

index
Int32

Koleksiyon kullanıcısının dizini.

Özellik Değeri

FormsAuthenticationUser Kullanıcı adı ve parolayı içeren bir.

Şunlara uygulanır

Item[String]

FormsAuthenticationUser Belirtilen ada sahip öğesini alır.

public:
 property System::Web::Configuration::FormsAuthenticationUser ^ default[System::String ^] { System::Web::Configuration::FormsAuthenticationUser ^ get(System::String ^ name); };
public System.Web.Configuration.FormsAuthenticationUser this[string name] { get; }
member this.Item(string) : System.Web.Configuration.FormsAuthenticationUser
Default Public ReadOnly Property Item(name As String) As FormsAuthenticationUser

Parametreler

name
String

Kullanıcının adı.

Özellik Değeri

FormsAuthenticationUser Kullanıcı adı ve parolayı içeren bir nesne.

Şunlara uygulanır