Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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