Compartir a través de


FormsAuthenticationUserCollection.AllKeys Propiedad

Definición

Obtiene todas las claves de la colección.

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()

Valor de propiedad

String[]

Matriz string que contiene las claves de colección.

Comentarios

Puede usar este método para acceder a los objetos FormsAuthenticationUser contenidos en la colección.

Se aplica a