C-DEngine 5.105

JsonPropertyAttribute..::..ItemReferenceLoopHandling Property

Gets or sets the reference loop handling used when serializing the property's collection items.

Namespace:  cdeNewtonsoft.Json
Assembly:  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);
}

Field Value

The collection's items reference loop handling.