Partager via


FormsAuthenticationUserCollection.GetKey(Int32) Méthode

Définition

Obtient la clé à l’index de collection FormsAuthenticationUserCollection spécifié.

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

Paramètres

index
Int32

Index de la collection.

Retours

Clé à l’index spécifié du FormsAuthenticationUserCollection.

S’applique à