Json.NET - Quick Starts & API Documentation
ItemReferenceLoopHandling Property
Namespaces ► Newtonsoft.Json ► JsonContainerAttribute ► ItemReferenceLoopHandling
Gets or sets the reference loop handling used when serializing the collection's 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 reference loop handling.