Język

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

Definicja

Pobiera określony FormsAuthenticationUser element kolekcji.

Przeciążenia

Nazwa Opis
Item[Int32]

Pobiera element FormsAuthenticationUser w określonym indeksie.

Item[String]

Pobiera element FormsAuthenticationUser o określonej nazwie.

Item[Int32]

Pobiera element FormsAuthenticationUser w określonym indeksie.

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

Parametry

index
Int32

Indeks użytkownika kolekcji.

Wartość właściwości

Element FormsAuthenticationUser zawierający nazwę użytkownika i hasło.

Dotyczy

Item[String]

Pobiera element FormsAuthenticationUser o określonej nazwie.

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

Parametry

name
String

Nazwa użytkownika.

Wartość właściwości

FormsAuthenticationUser Obiekt zawierający nazwę użytkownika i hasło.

Dotyczy