Partilhar via


FormsAuthenticationUserCollection.GetKey(Int32) Método

Definição

Obtém a chave no índice de coleção FormsAuthenticationUserCollection especificado.

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

O índice na coleção.

Retornos

A chave no índice especificado do FormsAuthenticationUserCollection.

Aplica-se a