WCF-Xtensions Class Reference for Mono
Required Property (JsonProperty)






Gets or sets a value indicating whether this JsonProperty is required.
Syntax
'Declaration
 
Public Property Required As Required
'Usage
 
Dim instance As JsonProperty
Dim value As Required
 
instance.Required = value
 
value = instance.Required
public Required Required {get; set;}
public read-write property Required: Required; 
public function get,set Required : Required
public: __property Required get_Required();
public: __property void set_Required( 
   Required value
);
public:
property Required Required {
   Required get();
   void set (    Required value);
}

Property Value

A value indicating whether this JsonProperty is 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

JsonProperty Class
JsonProperty Members

Send Feedback