| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : MaxNodeContentLength Property |
'Declaration Public Property MaxNodeContentLength As System.Integer
'Usage Dim instance As XmlFastInfosetReader Dim value As System.Integer instance.MaxNodeContentLength = value value = instance.MaxNodeContentLength
public System.int MaxNodeContentLength {get; set;}
public read-write property MaxNodeContentLength: System.Integer;
public function get,set MaxNodeContentLength : System.int
This quota sets a limit on the node content length in bytes. This property applies to reading text and binary data content as well as element names, namespace URIs etc.
The default value assigned to this property during initialization of XmlFastInfosetReader is equal to Int32.MaxValue.
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