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


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