get_ProhibitDtd()

XmlReaderSettings::get_ProhibitDtd() method

Returns a value indicating whether to prohibit document type definition (DTD) processing.

bool System::Xml::XmlReaderSettings::get_ProhibitDtd()

Return Value

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

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

See Also