Json.NET - Quick Starts & API Documentation
Items Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaItems
Gets or sets the JsonSchema of items.
Declaration Syntax
C#Visual BasicVisual 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.5.14908)