TargetComputer Property (RestartComputerTask)
In This Topic
The name of the computer to shut down/restart. Specify null or empty string to target the adTempus server.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property TargetComputer As String
[CanBeNull()]
public string TargetComputer {get; set;}
See Also