adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ClientDomain Property


In This Topic
    ClientDomain Property
    In This Topic
    The Active Directory domain to which the ClientUser belongs.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ClientDomain As String
    [CanBeNull()]
    public string ClientDomain {get;}
    [CanBeNull()]
    public:
    property String^ ClientDomain {
       String^ get();
    }
    See Also