Sdílet prostřednictvím


FormsAuthenticationUserCollection.Get Metoda

Definice

Získá zadaný FormsAuthenticationUser collection element.

Přetížení

Get(String)

Získá FormsAuthenticationUser collection element se zadaným názvem.

Get(Int32)

Získá FormsAuthenticationUser collection element v zadaném indexu.

Get(String)

Získá FormsAuthenticationUser collection element se zadaným názvem.

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

Jméno uživatele.

Návraty

Objekt FormsAuthenticationUser obsahující uživatelské jméno a heslo.

Platí pro

Get(Int32)

Získá FormsAuthenticationUser collection element v zadaném indexu.

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

Index uživatele kolekce.

Návraty

FormsAuthenticationUser obsahující uživatelské jméno a heslo.

Platí pro