GroupTaskItem Class
Provides a container class for group tasks.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Client.TaskItem
Microsoft.Web.Management.Client.GroupTaskItem
| Name | Description | |
|---|---|---|
![]() | GroupTaskItem(String, String, String) | Initializes a new instance of the GroupTaskItem class. |
![]() | GroupTaskItem(String, String, String, Boolean) | Initializes a new instance of the GroupTaskItem class. |
| Name | Description | |
|---|---|---|
![]() | Category | Gets the category.(Inherited from TaskItem.) |
![]() | Description | |
![]() | Enabled | Gets or sets a value indicating whether the object is enabled.(Inherited from TaskItem.) |
![]() | IsHeading | Gets the value of the Boolean isHeading parameter that is passed to the constructor. |
![]() | Items | Gets the list of task items. |
![]() | MemberName | Gets the member name. |
![]() | Properties | Gets the System.Collections.IDictionary member of the class.(Inherited from TaskItem.) |
![]() | Text |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The collection of task items will be displayed as a collapsible node in the Actions pane.
The following example returns a most recently used (MRU) list based on the connection path type.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

