WCF-Xtensions Class Reference for Mono
Writable Property






Gets or sets a value indicating whether this JsonProperty is writable.
Syntax
'Declaration
 
Public Property Writable As System.Boolean
'Usage
 
Dim instance As JsonProperty
Dim value As System.Boolean
 
instance.Writable = value
 
value = instance.Writable
public System.bool Writable {get; set;}
public read-write property Writable: System.Boolean; 
public function get,set Writable : System.boolean
public: __property System.bool get_Writable();
public: __property void set_Writable( 
   System.bool value
);
public:
property System.bool Writable {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if writable; otherwise, false.
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