Json.NET - Quick Starts & API Documentation
IsReference Property
NamespacesNewtonsoft.Json.SerializationJsonContractIsReference
Gets or sets whether this type contract is serialized as a reference.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<bool> IsReference { get; set; }
Public Property IsReference As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> IsReference {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
Value
Whether this type contract is serialized as a reference.

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