Noemax.Newtonsoft.Json Namespace : Required Enumeration |
'Declaration Public Enum Required Inherits System.Enum
'Usage Dim instance As Required
public enum Required : System.Enum
public enum Required = class(System.Enum)
public enum Required extends System.Enum
__value public enum Required : public System.Enum
public enum class Required : public System.Enum
Member | Description |
---|---|
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. |
Default | The property is not required. The default state. |
System.Object
System.ValueType
System.Enum
Noemax.Newtonsoft.Json.Required
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2