UserLoginMap.LoginName Property

Gets the user login name.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property LoginName As String
    Get
'Usage
Dim instance As UserLoginMap
Dim value As String

value = instance.LoginName
public string LoginName { get; }
public:
property String^ LoginName {
    String^ get ();
}
member LoginName : string
function get LoginName () : String

Property Value

Type: System.String
The user login name.

See Also

Reference

UserLoginMap Structure

Microsoft.SqlServer.Management.Dac Namespace