Extends Property

Json.NET

Json.NET - Quick Starts & API Documentation Extends Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaExtends
Gets or sets the extend JsonSchema.
Declaration Syntax
C# Visual Basic Visual C++
public JsonSchema Extends { get; set; }
Public Property Extends As JsonSchema
	Get
	Set
public:
property JsonSchema^ Extends {
	JsonSchema^ get ();
	void set (JsonSchema^ value);
}
Value
The extended JsonSchema.

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