FormsAuthenticationUserCollection.AllKeys Eigenschap

Definitie

Haalt alle sleutels van de verzameling op.

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

Waarde van eigenschap

String[]

De string matrix met de verzamelingssleutels.

Opmerkingen

U kunt deze methode gebruiken om toegang te krijgen tot de FormsAuthenticationUser objecten in de verzameling.

Van toepassing op