Enum XmlTaskValidationType
C#
public enum XmlTaskValidationType
Fields
Dtd | Specifies that the XML document should be validated using an XML schema defined in an DTD. |
Xsd | Specifies that the XML document should be validated using an XML schema defined in an XSD. |