TargetComputer Property (JobCondition)
In This Topic
Specifies the computer where the jobs are running, 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