IsReference Property

Json.NET

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 Basic Visual 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.0.2.0 (4.0.2.13623)