FormsAuthenticationUserCollection.Item[] Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe o item de coleção especificado FormsAuthenticationUser .
Sobrecargas
| Name | Description |
|---|---|
| Item[Int32] |
Obtém o FormsAuthenticationUser no índice especificado. |
| Item[String] |
Recebe o FormsAuthenticationUser nome especificado. |
Item[Int32]
Obtém o FormsAuthenticationUser no índice especificado.
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
Parâmetros
- index
- Int32
O índice de utilizadores da coleção.
Valor de Propriedade
A FormsAuthenticationUser que contém o nome de utilizador e a palavra-passe.
Aplica-se a
Item[String]
Recebe o FormsAuthenticationUser nome especificado.
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
Parâmetros
- name
- String
O nome do utilizador.
Valor de Propriedade
Um FormsAuthenticationUser objeto que contém o nome de utilizador e a palavra-passe.