get_ProhibitDtd()

XmlTextReader::get_ProhibitDtd() method

Returns a value indicating whether to allow DTD processing.

bool System::Xml::XmlTextReader::get_ProhibitDtd()

Return Value

true to disallow DTD processing; otherwise false. The default is false.

Deprecated
This method is obsolete. Use XmlTextReader::get_DtdProcessing instead.

See Also