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;}
[CanBeNull()]
public:
property String^ TargetComputer {
String^ get();
void set ( String^ value);
}
See Also