SimpleCredentialProvider.Username property

Gets the account name from the logon credentials.

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

Syntax

'Declaration
Public ReadOnly Property Username As String
    Get
'Usage
Dim instance As SimpleCredentialProvider
Dim value As String

value = instance.Username
public string Username { get; }

Property value

Type: System.String
The account name (without the domain name).

See also

Reference

SimpleCredentialProvider class

SimpleCredentialProvider members

Microsoft.PerformancePoint.Scorecards.Server namespace