C-DEngine 5.105

JsonPropertyAttribute..::..IsReference Property

Gets or sets whether this property's value is serialized as a reference.

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

Syntax


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

Field Value

Whether this property's value is serialized as a reference.