Json.NET - Quick Starts & API Documentation
ItemReferenceLoopHandling Property
Namespaces ► Newtonsoft.Json ► JsonPropertyAttribute ► 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 ReferenceLoopHandling ItemReferenceLoopHandling { get; set; }
Public Property ItemReferenceLoopHandling As ReferenceLoopHandling Get Set
public: property ReferenceLoopHandling ItemReferenceLoopHandling { ReferenceLoopHandling get (); void set (ReferenceLoopHandling value); }
Value
The collection's items reference loop handling.