FormsAuthenticationUserCollection.Get Metoda
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
Get(String) |
Pobiera element kolekcji FormsAuthenticationUser o określonej nazwie. |
Get(Int32) |
Pobiera element kolekcji FormsAuthenticationUser w określonym indeksie. |
Get(String)
Pobiera element kolekcji FormsAuthenticationUser o określonej nazwie.
public:
System::Web::Configuration::FormsAuthenticationUser ^ Get(System::String ^ name);
public System.Web.Configuration.FormsAuthenticationUser Get (string name);
member this.Get : string -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (name As String) As FormsAuthenticationUser
Parametry
- name
- String
Nazwa użytkownika.
Zwraca
Obiekt FormsAuthenticationUser zawierający nazwę użytkownika i hasło.
Dotyczy
Get(Int32)
Pobiera element kolekcji FormsAuthenticationUser w określonym indeksie.
public:
System::Web::Configuration::FormsAuthenticationUser ^ Get(int index);
public System.Web.Configuration.FormsAuthenticationUser Get (int index);
member this.Get : int -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (index As Integer) As FormsAuthenticationUser
Parametry
- index
- Int32
Indeks użytkownika kolekcji.
Zwraca
FormsAuthenticationUser, który zawiera nazwę użytkownika i hasło.