Json.NET - Quick Starts & API Documentation
ItemReferenceLoopHandling Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonProperty ► ItemReferenceLoopHandling
Gets or sets the the reference loop handling used when serializing the property's collection items.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Nullable<ReferenceLoopHandling> ItemReferenceLoopHandling { get; set; }
Public Property ItemReferenceLoopHandling As Nullable(Of ReferenceLoopHandling) Get Set
public: property Nullable<ReferenceLoopHandling> ItemReferenceLoopHandling { Nullable<ReferenceLoopHandling> get (); void set (Nullable<ReferenceLoopHandling> value); }
Value
The collection's items reference loop handling.