TaskItem Class
Defines a base class container for tasks.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | TaskItem(String, String) | Initializes a new instance of the TaskItem class. |
![]() | TaskItem(String, String, String) | Initializes a new instance of the TaskItem class, using the specified description. |
| Name | Description | |
|---|---|---|
![]() | Category | Gets the category. |
![]() | Description | Gets the description that is set in the TaskList constructor. |
![]() | Enabled | Gets or sets a value indicating whether the object is enabled. |
![]() | Properties | Gets the System.Collections.IDictionary member of the class. |
![]() | Text | Gets the text that is set in the TaskList constructor. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Tasks are saved in a TaskList object.
TaskItem is the base class for the Microsoft.Web.Management.Client.GroupTaskItem, Microsoft.Web.Management.Client.Win32.TextTaskItem, Microsoft.Web.Management.Client.Win32.MethodTaskItem, and Microsoft.Web.Management.Client.MessageTaskItem classes.
The following example enumerates the task items and enables all task items of type MethodTaskItem.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


