LiquidTechnologies.XmlObjects Namespace / LxReaderSettings Class / IgnoreXmlnsAttributes Property

In This Topic
    IgnoreXmlnsAttributes Property
    In This Topic
    Causes xmlns (namespace declarations) to processed, but then ignored (not stored in the object model).
    This means they not appear when the object is serialized again unless they required.
    (default false)
    Syntax
    'Declaration
     
    
    Public Property IgnoreXmlnsAttributes As System.Boolean
    public System.bool IgnoreXmlnsAttributes {get; set;}
    Remarks
    Default value is false
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also