FormsAuthenticationUserCollection.Item[] Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u het opgegeven FormsAuthenticationUser verzamelingsitem op.
Overloads
| Name | Description |
|---|---|
| Item[Int32] |
Haalt de FormsAuthenticationUser opgegeven index op. |
| Item[String] |
Hiermee haalt u de FormsAuthenticationUser met de opgegeven naam op. |
Item[Int32]
Haalt de FormsAuthenticationUser opgegeven index op.
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
Parameters
- index
- Int32
De index van de verzamelingsgebruiker.
Waarde van eigenschap
Een FormsAuthenticationUser met de gebruikersnaam en het wachtwoord.
Van toepassing op
Item[String]
Hiermee haalt u de FormsAuthenticationUser met de opgegeven naam op.
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
Parameters
- name
- String
De naam van de gebruiker.
Waarde van eigenschap
Een FormsAuthenticationUser object dat de gebruikersnaam en het wachtwoord bevat.