XmlReadSettings.Namespaces Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to