adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgentCredentialProfile Class / Domain Property

In This Topic
    Domain Property (RemoteAgentCredentialProfile)
    In This Topic
    Returns the domain portion of the UserID, if one is present.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Domain As String
    public string Domain {get;}

    Property Value

    The domain name for the UserID, or an empty string if the userID does not contain a domain.
    See Also