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
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.PUB for C++