adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / JobName Property


In This Topic
    JobName Property (ExecutionHistoryItem)
    In This Topic
    The name of the job (without the Group name)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobName As String
    public string JobName {get;}
    public:
    property String^ JobName {
       String^ get();
    }
    See Also