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