Group

Group class

Represents a group definition.
A Group object is a member of the ResourceGroups collection or the TaskGroups collection.

The Group type exposes the following members:

Constructors

NameDescription
Group()Initializes a new instance of the

Properties

NameDescription
nameGets or sets a name of a Group object.
indexGets the index of a
uidGets a unique identifier of a group.
show_summaryGets or sets a value indicating whether summary rows are displayed for the group.
maintain_hierarchyGets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.
show_in_menuGets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.
group_criteriaGets or sets a GroupCriteria collection representing the fields in a group definition.

See Also