adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobExecutionTimes Class / JobGroupName Property


In This Topic
    JobGroupName Property (JobExecutionTimes)
    In This Topic
    The name of the Job Group the job belongs to
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property JobGroupName As String
    [DataMember()]
    public string JobGroupName {get; set;}
    [DataMember()]
    public:
    property String^ JobGroupName {
       String^ get();
       void set (    String^ value);
    }
    See Also