FormsAuthenticationUserCollection.Get Método

Definição

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

Sobrecargas

Name Description
Get(String)

Recebe o FormsAuthenticationUser elemento de coleção com o nome especificado.

Get(Int32)

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

Get(String)

Recebe o FormsAuthenticationUser elemento de coleção 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 utilizador.

Devoluções

Um FormsAuthenticationUser objeto que contém o nome de utilizador e a palavra-passe.

Aplica-se a

Get(Int32)

Obtém o FormsAuthenticationUser elemento de coleção 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 de utilizadores da coleção.

Devoluções

A FormsAuthenticationUser que contém o nome de utilizador e a palavra-passe.

Aplica-se a