Bagikan melalui


XmlReadSettings.DetectDataType Property

Definition

Gets or sets indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to