IsReference Property

Json.NET

Json.NET - Quick Starts & API Documentation IsReference Property
NamespacesNewtonsoft.JsonJsonContainerAttributeIsReference
Gets or sets a value that indicates whether to preserve object references.
Declaration Syntax
C# Visual Basic Visual C++
public bool IsReference { get; set; }
Public Property IsReference As Boolean
	Get
	Set
public:
property bool IsReference {
	bool get ();
	void set (bool value);
}
Value
true to keep object reference; otherwise, false. The default is false.

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