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

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