FormsAuthenticationUserCollection.Get Methode

Definitie

Hiermee haalt u het opgegeven FormsAuthenticationUser verzamelingselement op.

Overloads

Name Description
Get(String)

Hiermee haalt u het FormsAuthenticationUser verzamelingselement op met de opgegeven naam.

Get(Int32)

Hiermee haalt u het FormsAuthenticationUser verzamelingselement op de opgegeven index op.

Get(String)

Hiermee haalt u het FormsAuthenticationUser verzamelingselement op met de opgegeven naam.

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

Parameters

name
String

De naam van de gebruiker.

Retouren

Een FormsAuthenticationUser object dat de gebruikersnaam en het wachtwoord bevat.

Van toepassing op

Get(Int32)

Hiermee haalt u het FormsAuthenticationUser verzamelingselement op de opgegeven index op.

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

Parameters

index
Int32

De index van de verzamelingsgebruiker.

Retouren

Een FormsAuthenticationUser met de gebruikersnaam en het wachtwoord.

Van toepassing op