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