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