Share via


XmlReadSettings.ValidationMode Property

Definition

Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> ValidationMode { get; set; }
member this.ValidationMode : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property ValidationMode As DataFactoryElement(Of String)

Property Value

Applies to