WCF-Xtensions Class Reference for Mono
CanWrite Property (JsonConverter)






Gets a value indicating whether this JsonConverter can write JSON.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CanWrite As System.Boolean
'Usage
 
Dim instance As JsonConverter
Dim value As System.Boolean
 
value = instance.CanWrite
public virtual System.bool CanWrite {get;}
public read-only property CanWrite: System.Boolean; virtual; 
public function get CanWrite : System.boolean
public: __property virtual System.bool get_CanWrite();
public:
virtual property System.bool CanWrite {
   System.bool get();
}

Property Value

true if this JsonConverter can write JSON; 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

JsonConverter Class
JsonConverter Members

Send Feedback