Noemax.Newtonsoft.Json Namespace > JsonSerializer Class : CheckAdditionalContent Property |
'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
true
if there will be a check for additional JSON content after deserializing an object; 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