TargetComputer Property (JobControlAction)
In This Topic
Specifies the computer where the target job is located, if other than the computer where the current job runs
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property TargetComputer As String
[CanBeNull()]
public string TargetComputer {get; set;}
See Also