SecureCredentialProvider.Username Property
Gets the user name of the 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 SecureCredentialProvider
Dim value As String
value = instance.Username
public string Username { get; }
Property Value
Type: System.String
The user name of the credentials.
See Also
Reference
SecureCredentialProvider Class