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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Domain As String
    [NotNull()]
    public string Domain {get;}
    [NotNull()]
    public:
    property String^ Domain {
       String^ 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