Properties Property

Json.NET

Json.NET - Quick Starts & API Documentation Properties Property
NamespacesNewtonsoft.Json.SerializationJsonObjectContractProperties
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)