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);
}
See Also