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