Dictionary<string, Object> Info { get; set; }
Property Info As Dictionary(Of String, Object)
Get
Set
property Dictionary<String^, Object^>^ Info {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
abstract Info : Dictionary<string, Object> with get, set