SimpleCredentialProvider.Domain Property
Gets the domain 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 Domain As String
Get
'Usage
Dim instance As SimpleCredentialProvider
Dim value As String
value = instance.Domain
public string Domain { get; }
Property Value
Type: System.String
The domain name.
See Also
Reference
SimpleCredentialProvider Class