| 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 public IList<string> Required { get; }
Property Value
Type:
IListStringThe required object properties.
See Also