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


In This Topic
    ClientUser Property
    In This Topic
    The user name under which the client is connected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ClientUser As String
    public string ClientUser {get;}
    public:
    property String^ ClientUser {
       String^ get();
    }
    See Also