FormsAuthenticationUserCollection.Item[] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'elemento della raccolta FormsAuthenticationUser specificato.
Overload
Item[Int32] |
Ottiene il FormsAuthenticationUser in corrispondenza dell'indice specificato. |
Item[String] |
Ottiene il FormsAuthenticationUser con il nome specificato. |
Item[Int32]
Ottiene il FormsAuthenticationUser in corrispondenza dell'indice specificato.
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
Parametri
- index
- Int32
Indice dell'utente della raccolta.
Valore della proprietà
Un FormsAuthenticationUser che contiene il nome utente e la password.
Si applica a
Item[String]
Ottiene il FormsAuthenticationUser con il nome specificato.
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
Parametri
- name
- String
Nome dell'utente.
Valore della proprietà
Oggetto FormsAuthenticationUser che contiene il nome utente e la password.