XdmReaderSettings.MaxCharactersInDocument PropertyXdmReaderSettings.MaxCharactersInDocument PropertyXdmReaderSettings::MaxCharactersInDocument Property

Gets or sets a value indicating the maximum allowable number of characters XML document. A zero (0) value means no limits on the size of the XML document. A non-zero value specifies the maximum size, in characters.

Syntax

Public Property MaxCharactersInDocument As Integer
        Get
        Set(ByVal value As Integer)
public int MaxCharactersInDocument { get; set; }
public:
property int MaxCharactersInDocument {
    int get();
    void set(int value);
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The maximum allowable number of characters in an XML document. The default is 0.