TargetJobName Property (JobCondition)
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;}
See Also