FormsAuthenticationUserCollection.Item[] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera określony element kolekcji FormsAuthenticationUser.
Przeciążenia
Item[Int32] |
Pobiera FormsAuthenticationUser w określonym indeksie. |
Item[String] |
Pobiera FormsAuthenticationUser o określonej nazwie. |
Item[Int32]
Pobiera 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
FormsAuthenticationUser, który zawiera nazwę użytkownika i hasło.
Dotyczy
Item[String]
Pobiera 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
Obiekt FormsAuthenticationUser zawierający nazwę użytkownika i hasło.