Noemax.Newtonsoft.Json Namespace > JsonConverter Class : CanWrite Property |
'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(); }
true
if this JsonConverter can write JSON; otherwise, false
.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