XdmReaderSettings.DtdProcessing PropertyXdmReaderSettings.DtdProcessing PropertyXdmReaderSettings::DtdProcessing Property

Gets or sets a value that determines the processing of DTDs.

Syntax

Public Property DtdProcessing As System.Xml.DtdProcessing
        Get
        Set(ByVal value As System.Xml.DtdProcessing)
public System.Xml.DtdProcessing DtdProcessing { get; set; }
public:
property System.Xml::DtdProcessing DtdProcessing {
    System.Xml::DtdProcessing get();
    void set(System.Xml::DtdProcessing value);
}
 

Property Value

Type: System.Xml.DtdProcessingSystem.Xml.DtdProcessingSystem.Xml::DtdProcessing

One of the DtdProcessingDtdProcessingDtdProcessing values.