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