Gets or sets a value that indicates whether to preserve object reference data.

Declaration Syntax
public bool IsReference { get; set; }Public Property IsReference As Boolean
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: 3.5.0.0 (3.5.0.0)