WCF-Xtensions Class Reference for Mono
Required Enumeration






Indicating whether a property is required.
Syntax
'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 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.Required

Requirements

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

See Also

Reference

Noemax.Newtonsoft.Json Namespace

Send Feedback