LiquidTechnologies.XmlObjects Namespace / LxReaderSettings Class / IgnoreSchemaLocationAttributes Property

In This Topic
    IgnoreSchemaLocationAttributes Property
    In This Topic
    Causes xsi:noNamespaceSchemaLocation and xsi:schemaLocation attributes to be ignored (not stored in the object model), and do not raise warnings or errors.
    This means they do not appear when the object is serialized again.
    (default true)
    Syntax
    'Declaration
     
    
    Public Property IgnoreSchemaLocationAttributes As System.Boolean
    public System.bool IgnoreSchemaLocationAttributes {get; set;}
    Remarks
    Default value is true
    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