WCF-Xtensions Class Reference for Mono
Reader Property






Gets the JsonReader used to construct this JsonValidatingReader.
Syntax
'Declaration
 
Public ReadOnly Property Reader As JsonReader
'Usage
 
Dim instance As JsonValidatingReader
Dim value As JsonReader
 
value = instance.Reader
public JsonReader Reader {get;}
public read-only property Reader: JsonReader; 
public function get Reader : JsonReader
public: __property JsonReader* get_Reader();
public:
property JsonReader^ Reader {
   JsonReader^ get();
}

Property Value

The JsonReader specified in the constructor.
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

JsonValidatingReader Class
JsonValidatingReader Members

Send Feedback