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


In This Topic
    HostComputer Property (Scheduler)
    In This Topic
    The name of the computer where the adTempus service is running.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HostComputer As String
    public string HostComputer {get;}
    public:
    property String^ HostComputer {
       String^ get();
    }
    See Also