Partilhar via


FormsAuthenticationUserCollection.Get Método

Definição

Obtém o elemento de coleção FormsAuthenticationUser especificado.

Sobrecargas

Get(String)

Obtém o elemento de coleção FormsAuthenticationUser com o nome especificado.

Get(Int32)

Obtém o elemento de coleção FormsAuthenticationUser no índice especificado.

Get(String)

Obtém o elemento de coleção FormsAuthenticationUser com o nome especificado.

public:
 System::Web::Configuration::FormsAuthenticationUser ^ Get(System::String ^ name);
public System.Web.Configuration.FormsAuthenticationUser Get (string name);
member this.Get : string -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (name As String) As FormsAuthenticationUser

Parâmetros

name
String

O nome do usuário.

Retornos

Um objeto FormsAuthenticationUser que contém o nome de usuário e a senha.

Aplica-se a

Get(Int32)

Obtém o elemento de coleção FormsAuthenticationUser no índice especificado.

public:
 System::Web::Configuration::FormsAuthenticationUser ^ Get(int index);
public System.Web.Configuration.FormsAuthenticationUser Get (int index);
member this.Get : int -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (index As Integer) As FormsAuthenticationUser

Parâmetros

index
Int32

O índice do usuário da coleção.

Retornos

Um FormsAuthenticationUser que contém o nome de usuário e a senha.

Aplica-se a