TargetJobName Property (JobControlAction)
In This Topic
The name of the target job. Stored only when the target job is on a remote computer.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property TargetJobName As String
[CanBeNull()]
public string TargetJobName {get; set;}
[CanBeNull()]
public:
property String^ TargetJobName {
String^ get();
void set ( String^ value);
}
See Also