XmlNamespacesAliasElement.Identifier Property

Gets the alias of the specified XmlNamespacesAliasElement object.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Identifier As Identifier 
    Get 
    Set
'Usage
Dim instance As XmlNamespacesAliasElement 
Dim value As Identifier 

value = instance.Identifier

instance.Identifier = value
public Identifier Identifier { get; set; }
public:
property Identifier^ Identifier {
    Identifier^ get ();
    void set (Identifier^ value);
}
member Identifier : Identifier with get, set
function get Identifier () : Identifier 
function set Identifier (value : Identifier)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The alias of the specified object.

See Also

Reference

XmlNamespacesAliasElement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace