Compartir a través de


FormsAuthenticationUserCollection.Get Método

Definición

Obtiene el elemento de colección FormsAuthenticationUser especificado.

Sobrecargas

Get(String)

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

Get(Int32)

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

Get(String)

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

Nombre del usuario.

Devoluciones

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

Se aplica a

Get(Int32)

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

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

Se aplica a