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 FormsAuthenticationUser element kolekcji.
Przeciążenia
| Nazwa | Opis |
|---|---|
| Get(String) |
FormsAuthenticationUser Pobiera element kolekcji o określonej nazwie. |
| Get(Int32) |
FormsAuthenticationUser Pobiera element kolekcji w określonym indeksie. |
Get(String)
FormsAuthenticationUser Pobiera element kolekcji 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
FormsAuthenticationUser Obiekt zawierający nazwę użytkownika i hasło.
Dotyczy
Get(Int32)
FormsAuthenticationUser Pobiera element kolekcji 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
Element FormsAuthenticationUser zawierający nazwę użytkownika i hasło.