Share via


BpmPropertyUser.Login property

Gets or sets the login account in domain\username format.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property Login As String
    Get
    Set
'Usage
Dim instance As BpmPropertyUser
Dim value As String

value = instance.Login

instance.Login = value
public virtual string Login { get; set; }

Property value

Type: System.String
The login account in domain\username format.

See also

Reference

BpmPropertyUser class

BpmPropertyUser members

Microsoft.PerformancePoint.Scorecards namespace