LiquidTechnologies.XmlObjects Namespace / LxWriterSettings.NamespaceAliasSettings Class / Remove Method / Remove(String) Method
the prefix for the entry to remove

In This Topic
    Remove(String) Method
    In This Topic
    Removes the entry for a given prefix
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal prefix As System.String _
    ) 
    public void Remove( 
       System.string prefix
    )

    Parameters

    prefix
    the prefix for the entry to remove
    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