DefaultValue Property

Json.NET

Json.NET - Quick Starts & API Documentation DefaultValue Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyDefaultValue
Gets the default value.
Declaration Syntax
C# Visual Basic Visual C++
public Object DefaultValue { get; set; }
Public Property DefaultValue As Object
	Get
	Set
public:
property Object^ DefaultValue {
	Object^ get ();
	void set (Object^ value);
}
Value
The default value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)