Required Property

Json.NET

Json.NET - Quick Starts & API Documentation Required Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaRequired
Gets or sets whether the object is required.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> Required { get; set; }
Public Property Required As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> Required {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)