protected Dictionary<string, Object?> UserSettings { get; }Protected ReadOnly Property UserSettings As Dictionary(Of String, Object)
Getprotected:
property Dictionary<String^, Object^>^ UserSettings {
Dictionary<String^, Object^>^ get ();
}member UserSettings : Dictionary<string, Object> with get