JsonPropertyAttribute..::..ItemReferenceLoopHandling Property
Gets or sets the reference loop handling used when serializing the property's collection items.
Namespace:
cdeNewtonsoft.JsonAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public ReferenceLoopHandling ItemReferenceLoopHandling { get; set; }
Public Property ItemReferenceLoopHandling As ReferenceLoopHandling Get Set
public: property ReferenceLoopHandling^ ItemReferenceLoopHandling { ReferenceLoopHandling^ get (); void set (ReferenceLoopHandling^ value); }