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