C-DEngine 5.105

JsonPropertyAttribute..::..ItemIsReference Property

Gets or sets whether this property's collection items are serialized as a reference.

Namespace:  cdeNewtonsoft.Json
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool ItemIsReference { get; set; }
Public Property ItemIsReference As Boolean
	Get
	Set
public:
property bool^ ItemIsReference {
	bool^ get ();
	void set (bool^ value);
}

Field Value

Whether this property's collection items are serialized as a reference.