adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobControlAction Class / TargetJobName Property


In This Topic
    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);
    }
    Remarks
    The name is only stored so that it can be displayed to users in the description of the action. The TargetJobOID is what is actually used to locate the job. If the job is renamed on the target server, the TargetJobName is not automatically updated, but the action will still link to the correct job.
    See Also