Json.NET - Quick Starts & API Documentation
Items Property
Namespaces ► Newtonsoft.Json.Schema ► JsonSchema ► Items
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.