Partager via


FormsAuthenticationUserCollection.AllKeys Propriété

Définition

Obtient toutes les clés de la collection.

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

Valeur de propriété

String[]

Tableau string contenant les clés de collection.

Remarques

Vous pouvez utiliser cette méthode pour accéder aux objets FormsAuthenticationUser contenus dans la collection.

S’applique à