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