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