Noemax.Newtonsoft.Json Namespace > JsonConverter Class : CanRead Property |
'Declaration Public Overridable ReadOnly Property CanRead As System.Boolean
'Usage Dim instance As JsonConverter Dim value As System.Boolean value = instance.CanRead
public virtual System.bool CanRead {get;}
public read-only property CanRead: System.Boolean; virtual;
public function get CanRead : System.boolean
public: __property virtual System.bool get_CanRead();
public: virtual property System.bool CanRead { System.bool get(); }
true
if this JsonConverter can read 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