Click or drag to resize
Json.NET Schema

JSchemaRequired Property

 
Gets the required object properties.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public IList<string> Required { get; }

Property Value

Type: IListString
The required object properties.
See Also