Requires Property

Json.NET

Json.NET - Quick Starts & API Documentation Requires Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaRequires
Gets or sets the required property if this property is present.
Declaration Syntax
C# Visual Basic Visual C++
public string Requires { get; set; }
Public Property Requires As String
	Get
	Set
public:
property String^ Requires {
	String^ get ();
	void set (String^ value);
}
Value
The required property if this property is present.

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