XmlPrimeSerializationTask.Validation PropertyXmlPrimeSerializationTask.Validation PropertyXmlPrimeSerializationTask::Validation Property

Optional stringStringString parameter.

Specifies whether the source documents will be validated using a DTD ("dtd"), XML Schemas ("schema") or no validation will be performed ("none").

Syntax

Public Property Validation As String
        Get
        Set(ByVal value As String)
public string Validation { get; set; }
public:
property String^ Validation {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString value "dtd", "schema", "none", or null a null reference (Nothing in Visual Basic) nullptr for the default behaviour.

Remarks

By default, no validation is performed.