Bagikan melalui


XmlReadSettings.ValidationMode Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="validationMode")]
public object ValidationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validationMode")>]
member this.ValidationMode : obj with get, set
Public Property ValidationMode As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to