FormsAuthenticationUserCollection.Item[] Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá zadanou položku kolekce FormsAuthenticationUser.
Přetížení
Item[Int32] |
Získá FormsAuthenticationUser v zadaném indexu. |
Item[String] |
Získá FormsAuthenticationUser se zadaným názvem. |
Item[Int32]
Získá FormsAuthenticationUser v zadaném indexu.
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
Parametry
- index
- Int32
Index uživatele kolekce.
Hodnota vlastnosti
FormsAuthenticationUser obsahující uživatelské jméno a heslo.
Platí pro
Item[String]
Získá FormsAuthenticationUser se zadaným názvem.
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
Parametry
- name
- String
Jméno uživatele.
Hodnota vlastnosti
Objekt FormsAuthenticationUser obsahující uživatelské jméno a heslo.