SecureCredentialProvider.Fullname Property
Gets the fully qualified 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 Fullname As String
Get
'Usage
Dim instance As SecureCredentialProvider
Dim value As String
value = instance.Fullname
public string Fullname { get; }
Property Value
Type: System.String
The fully qualified name of the credentials.
Remarks
This method is used internally.
See Also
Reference
SecureCredentialProvider Class