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


In This Topic
    JobGroupName Property (ExecutionHistoryItem)
    In This Topic
    The name of the JobGroup the Job belongs to
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobGroupName As String
    public string JobGroupName {get;}
    public:
    property String^ JobGroupName {
       String^ get();
    }
    See Also