Udostępnij za pośrednictwem


FormsAuthenticationUserCollection.Get Metoda

Definicja

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.

Dotyczy