Custom properties for the relevant instance.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public IDictionary<string, string> Properties { get; set; }
Public Property Properties As IDictionary(Of String, String) Get Set
public: property IDictionary<String^, String^>^ Properties { IDictionary<String^, String^>^ get (); void set (IDictionary<String^, String^>^ value); }
/** @property */ public IDictionary<String, String> get_Properties() /** @property */ public void set_Properties(IDictionary<String, String> value)