set_MaxCharactersInDocument()

XmlReaderSettings::set_MaxCharactersInDocument(int64_t) method

Sets a value indicating the maximum allowable number of characters in an 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.

void System::Xml::XmlReaderSettings::set_MaxCharactersInDocument(int64_t value)

Arguments

ParameterTypeDescription
valueint64_tThe value to set.

See Also