GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / XmlReaderSettings Property
In This Topic
    XmlReaderSettings Property
    In This Topic
    Gets or sets the XmlReaderSettings used in the call to XmlReader.Create to customize the XmlReader.
    Syntax
    public XmlReaderSettings XmlReaderSettings {get; set;}

    Property Value

    The default value is just a newly created XmlReaderSettings.
    See Also