adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ServiceControlTask Class / TargetComputer Property


In This Topic
    TargetComputer Property (ServiceControlTask)
    In This Topic
    The name or address of the remote computer to control the service on.
    Syntax
    'Declaration
     
    
    Public Property TargetComputer As String
    public string TargetComputer {get; set;}
    public:
    property String^ TargetComputer {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Set to a null reference (Nothing in Visual Basic) or empty string to control a service on the same computer as the adTempus service.
    See Also