Partager via


FormsAuthenticationUserCollection.Get Méthode

Définition

Obtient l’élément de collection FormsAuthenticationUser spécifié.

Surcharges

Get(String)

Obtient l’élément de collection FormsAuthenticationUser avec le nom spécifié.

Get(Int32)

Obtient l’élément de collection FormsAuthenticationUser à l’index spécifié.

Get(String)

Obtient l’élément de collection FormsAuthenticationUser avec le nom spécifié.

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

Paramètres

name
String

Nom de l’utilisateur.

Retours

Objet FormsAuthenticationUser qui contient le nom d’utilisateur et le mot de passe.

S’applique à

Get(Int32)

Obtient l’élément de collection FormsAuthenticationUser à l’index spécifié.

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

Paramètres

index
Int32

Index de l’utilisateur de collection.

Retours

Un FormsAuthenticationUser qui contient le nom d’utilisateur et le mot de passe.

S’applique à