ReferenceLoopHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation ReferenceLoopHandling Property
NamespacesNewtonsoft.JsonJsonPropertyAttributeReferenceLoopHandling
Gets or sets the reference loop handling used when serializing this property.
Declaration Syntax
C# Visual Basic Visual C++
public ReferenceLoopHandling ReferenceLoopHandling { get; set; }
Public Property ReferenceLoopHandling As ReferenceLoopHandling
	Get
	Set
public:
property ReferenceLoopHandling ReferenceLoopHandling {
	ReferenceLoopHandling get ();
	void set (ReferenceLoopHandling value);
}
Value
The reference loop handling.

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