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