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