adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / ParentGroup Property


In This Topic
    ParentGroup Property
    In This Topic
    The group to which this group belongs
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ParentGroup As JobGroup
    [CanBeNull()]
    public JobGroup ParentGroup {get; set;}
    [CanBeNull()]
    public:
    property JobGroup^ ParentGroup {
       JobGroup^ get();
       void set (    JobGroup^ value);
    }
    Remarks
    Every group except the predefined Root group (IsRootGroup) must have a parent group
    See Also