Items Property

Json.NET

Json.NET - Quick Starts & API Documentation Items Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaItems
Gets or sets the JsonSchema of items.
Declaration Syntax
C# Visual Basic Visual C++
public IList<JsonSchema> Items { get; set; }
Public Property Items As IList(Of JsonSchema)
	Get
	Set
public:
property IList<JsonSchema^>^ Items {
	IList<JsonSchema^>^ get ();
	void set (IList<JsonSchema^>^ value);
}
Value
The JsonSchema of items.

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