LiquidTechnologies.XmlObjects Namespace / LxWriterSettings Class / NamespaceMap Property

In This Topic
    NamespaceMap Property
    In This Topic
    Contains all the namespace prefixes that will be used in the XML document. It also determines if they with be declared up front in the root element or declared when they are needed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NamespaceMap As LxWriterSettings.NamespaceAliasSettings
    public LxWriterSettings.NamespaceAliasSettings NamespaceMap {get;}
    Remarks
    Any namespaces that are not in the list will be auto generated in the form 'nsXXX'. To set the default namespace use a null or "" value for the prefix. If multiple prefixes can not be defined for the same namespace.
    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