FormsAuthenticationUserCollection.Get Método

Definición

Obtiene el elemento de colección especificado FormsAuthenticationUser .

Sobrecargas

Nombre Description
Get(String)

Obtiene el elemento de FormsAuthenticationUser colección con el nombre especificado.

Get(Int32)

Obtiene el FormsAuthenticationUser elemento de colección en el índice especificado.

Get(String)

Obtiene el elemento de FormsAuthenticationUser colección con el nombre 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

El nombre del usuario.

Devoluciones

Objeto FormsAuthenticationUser que contiene el nombre de usuario y la contraseña.

Se aplica a

Get(Int32)

Obtiene el FormsAuthenticationUser elemento de colección en el í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

Índice del usuario de la colección.

Devoluciones

que FormsAuthenticationUser contiene el nombre de usuario y la contraseña.

Se aplica a