public Dictionary<string, deRole> oAppRoles { get; set; }
Public Property oAppRoles As Dictionary(Of String, deRole) Get Set
public: property Dictionary<String^, deRole^>^ oAppRoles { Dictionary<String^, deRole^>^ get (); void set (Dictionary<String^, deRole^>^ value); }