Json.NET - Quick Starts & API Documentation
Properties Property
NamespacesNewtonsoft.Json.SerializationJsonObjectContractProperties
Gets the object's properties.
Declaration Syntax
C#Visual BasicVisual 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.5.0.0 (4.5.5.14908)