WCF-Xtensions Class Reference for Mono
ValueType Property (JsonReader)






Gets The Common Language Runtime (CLR) type for the current JSON token.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ValueType As System.Type
'Usage
 
Dim instance As JsonReader
Dim value As System.Type
 
value = instance.ValueType
public virtual System.Type ValueType {get;}
public read-only property ValueType: System.Type; virtual; 
public function get ValueType : System.Type
public: __property virtual System.Type* get_ValueType();
public:
virtual property System.Type^ ValueType {
   System.Type^ get();
}
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

JsonReader Class
JsonReader Members

Send Feedback