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. Set to null or empty string to control a service on the same computer as the adTempus service.
    Syntax
    'Declaration
     
    
    Public Property TargetComputer As String
    public string TargetComputer {get; set;}
    See Also