public ListStorage<string> Roles { get; set; }Public Property Roles As ListStorage(Of String)
Get
Setpublic:
property ListStorage<String^>^ Roles {
ListStorage<String^>^ get ();
void set (ListStorage<String^>^ value);
}member Roles : ListStorage<string> with get, set