ItemIsReference Property

Json.NET

Json.NET - Quick Starts & API Documentation ItemIsReference Property
NamespacesNewtonsoft.JsonJsonPropertyAttributeItemIsReference
Gets or sets whether this property's collection items are serialized as a reference.
Declaration Syntax
C# Visual Basic Visual C++
public bool ItemIsReference { get; set; }
Public Property ItemIsReference As Boolean
	Get
	Set
public:
property bool ItemIsReference {
	bool get ();
	void set (bool value);
}
Value
Whether this property's collection items are serialized as a reference.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)