System::Xml::XmlTextReader::get_ProhibitDtd method

XmlTextReader::get_ProhibitDtd method

Returns a value indicating whether to allow DTD processing.

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

ReturnValue

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

Deprecated

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

See Also