XdmReaderSettings.MaxCharactersFromEntities PropertyXdmReaderSettings.MaxCharactersFromEntities PropertyXdmReaderSettings::MaxCharactersFromEntities Property

Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.

Syntax

Public Property MaxCharactersFromEntities As Long
        Get
        Set(ByVal value As Long)
public long MaxCharactersFromEntities { get; set; }
public:
property long MaxCharactersFromEntities {
    long get();
    void set(long value);
}
 

Property Value

Type: System.Int64System.Int64System::Int64

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