FormsAuthenticationUserCollection.Item[] Propriété

Définition

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

Surcharges

Nom Description
Item[Int32]

Obtient l’index FormsAuthenticationUser spécifié.

Item[String]

Obtient le FormsAuthenticationUser nom spécifié.

Item[Int32]

Obtient l’index FormsAuthenticationUser spécifié.

public:
 property System::Web::Configuration::FormsAuthenticationUser ^ default[int] { System::Web::Configuration::FormsAuthenticationUser ^ get(int index); void set(int index, System::Web::Configuration::FormsAuthenticationUser ^ value); };
public System.Web.Configuration.FormsAuthenticationUser this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.FormsAuthenticationUser with get, set
Default Public Property Item(index As Integer) As FormsAuthenticationUser

Paramètres

index
Int32

Index de l’utilisateur de collection.

Valeur de propriété

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

S’applique à

Item[String]

Obtient le FormsAuthenticationUser nom spécifié.

public:
 property System::Web::Configuration::FormsAuthenticationUser ^ default[System::String ^] { System::Web::Configuration::FormsAuthenticationUser ^ get(System::String ^ name); };
public System.Web.Configuration.FormsAuthenticationUser this[string name] { get; }
member this.Item(string) : System.Web.Configuration.FormsAuthenticationUser
Default Public ReadOnly Property Item(name As String) As FormsAuthenticationUser

Paramètres

name
String

Nom de l’utilisateur.

Valeur de propriété

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

S’applique à