Gets or sets whether this property's value is serialized as a reference.

Declaration Syntax
public bool IsReference { get; set; }
Public Property IsReference As Boolean
Get
Set
public:
property bool IsReference {
bool get ();
void set (bool value);
}
Value
Whether this property's value is serialized as a reference.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)