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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Domain As String
    [NotNull()]
    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