Json.NET - Quick Starts & API Documentation
Required Enumeration
NamespacesNewtonsoft.JsonRequired
Indicating whether a property is required.
Declaration Syntax
C#Visual BasicVisual C++
public enum Required
Public Enumeration Required
public enum class Required
Members
MemberDescription
Default The property is not required. The default state.
AllowNull The property must be defined in JSON but can be a null value.
Always The property must be defined in JSON and cannot be a null value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)