Gets all the properties and their values of the dictionary. The result is a readonly dictionary.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public IDictionary<string, Object> Properties { get; }
Public ReadOnly Property Properties As IDictionary(Of String, Object) Get
public: property IDictionary<String^, Object^>^ Properties { IDictionary<String^, Object^>^ get (); }
/** @property */ public IDictionary<String, Object> get_Properties()