Condividi tramite


FormsAuthenticationUserCollection.AllKeys Proprietà

Definizione

Ottiene tutte le chiavi della raccolta.

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

Valore della proprietà

String[]

Matrice string contenente le chiavi della raccolta.

Commenti

È possibile utilizzare questo metodo per accedere agli oggetti FormsAuthenticationUser contenuti nell'insieme.

Si applica a