Gets the object's properties.
| C# | Visual Basic | Visual C++ |
public JsonPropertyCollection Properties { get; private set; }
Public Property Properties As JsonPropertyCollection Get Private Set
public: property JsonPropertyCollection^ Properties { JsonPropertyCollection^ get (); private: void set (JsonPropertyCollection^ value); }
The object's properties.