WCF-Xtensions Class Reference for Mono
CanRead Property






Gets a value indicating whether this JsonConverter can read JSON.
Syntax
'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();
}

Property Value

true if this JsonConverter can read 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