Json.NET - Quick Starts & API Documentation
Properties Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonDynamicContract ► Properties
Gets the object's properties.
Declaration Syntax
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); }
Value
The object's properties.