FastInfoset.NET Class Reference for .NET
MaxNodeContentLength Property (XmlFastInfosetReader)






Gets and sets the maximum length of the node content in bytes.
Syntax
'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
public: __property System.int get_MaxNodeContentLength();
public: __property void set_MaxNodeContentLength( 
   System.int value
);
public:
property System.int MaxNodeContentLength {
   System.int get();
   void set (    System.int value);
}
Remarks

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.

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

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback