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