MessageTaskItem Class
Provides a container for task messages.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Client.TaskItem
Microsoft.Web.Management.Client.MessageTaskItem
| Name | Description | |
|---|---|---|
![]() | MessageTaskItem(MessageTaskItemType, String, String) | Initializes a new instance of the MessageTaskItem class with the specified message type, text, and category. |
![]() | MessageTaskItem(MessageTaskItemType, String, String, String) | Initializes a new instance of the MessageTaskItem class with the specified message type, text, category, and description. |
![]() | MessageTaskItem(MessageTaskItemType, String, String, String, String, Object) | Initializes a new instance of the MessageTaskItem class with the specified message type, text, category, description, method name, and user data. |
| 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.) |
![]() | MessageType | Gets the task item type of the message task item. |
![]() | MethodName | Gets the method name associated with the message task item. |
![]() | Properties | Gets the System.Collections.IDictionary member of the class.(Inherited from TaskItem.) |
![]() | Text | |
![]() | UserData | Gets the user data associated with the message task item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

