FormsAuthenticationUserCollection.Item[] Eigenschaft

Definition

Ruft das angegebene FormsAuthenticationUser -Auflistungselement ab.

Überlädt

Item[Int32]

Ruft die FormsAuthenticationUser am angegebenen Index ab.

Item[String]

Ruft die FormsAuthenticationUser mit dem angegebenen Namen ab.

Item[Int32]

Ruft die FormsAuthenticationUser am angegebenen Index ab.

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

Parameter

index
Int32

Der Index des Sammlungsbenutzers.

Eigenschaftswert

Eine FormsAuthenticationUser, die den Benutzernamen und das Kennwort enthält.

Gilt für:

Item[String]

Ruft die FormsAuthenticationUser mit dem angegebenen Namen ab.

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

Parameter

name
String

Der Name des Benutzers.

Eigenschaftswert

Ein FormsAuthenticationUser-Objekt, das den Benutzernamen und das Kennwort enthält.

Gilt für: