Noemax.Newtonsoft.Json Namespace > JsonExtensionDataAttribute Class : WriteData Property |
'Declaration Public Property WriteData As System.Boolean
'Usage Dim instance As JsonExtensionDataAttribute Dim value As System.Boolean instance.WriteData = value value = instance.WriteData
public System.bool WriteData {get; set;}
public read-write property WriteData: System.Boolean;
public function get,set WriteData : System.boolean
true
to write extension data when serializing the object; otherwise, false
. The default is true
.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