FormsAuthenticationUserCollection.GetKey(Int32) Método

Definición

Obtiene la clave en el índice de colección especificado FormsAuthenticationUserCollection .

public:
 System::String ^ GetKey(int index);
public string GetKey(int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Parámetros

index
Int32

Índice de la colección.

Devoluciones

Clave en el índice especificado de .FormsAuthenticationUserCollection

Se aplica a