FormsAuthenticationUserCollection.AllKeys Propriedade

Definição

Fica com todas as chaves da coleção.

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 Propriedade

String[]

O string array que contém as chaves de coleção.

Observações

Pode usar este método para aceder aos FormsAuthenticationUser objetos contidos na coleção.

Aplica-se a