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

In This Topic
    Domain Property (CredentialProfile)
    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.
    Remarks
    If the UserID contains a domain and user ID, Domain returns the domain only, without the user name.
    See Also