WCF-Xtensions Class Reference for Mono
CheckAdditionalContent Property (JsonSerializer)






Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
Syntax
'Declaration
 
Public Overridable Property CheckAdditionalContent As System.Boolean
'Usage
 
Dim instance As JsonSerializer
Dim value As System.Boolean
 
instance.CheckAdditionalContent = value
 
value = instance.CheckAdditionalContent
public virtual System.bool CheckAdditionalContent {get; set;}
public read-write property CheckAdditionalContent: System.Boolean; virtual; 
public function get,set CheckAdditionalContent : System.boolean
public: __property virtual System.bool get_CheckAdditionalContent();
public: __property virtual void set_CheckAdditionalContent( 
   System.bool value
);
public:
virtual property System.bool CheckAdditionalContent {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if there will be a check for additional JSON content after deserializing an object; 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

JsonSerializer Class
JsonSerializer Members

Send Feedback