TaskQuickStatus Class
Represents the detailed status properties of the task.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home.TaskQuickStatus
Syntax
public class TaskQuickStatus
public ref class TaskQuickStatus
Public Class TaskQuickStatus
Constructors
Name | Description | |
---|---|---|
![]() |
TaskQuickStatus() | Initializes a new instance of the TaskQuickStatus class. |
Properties
Name | Description | |
---|---|---|
![]() |
Details | Gets or sets a localized string that replaces the task description. |
![]() |
Mark | Gets or sets a localized string that is displayed in the status column. |
![]() |
StatusTips | Gets and sets a localized string to put in the task details view as the status tips for user. |
![]() |
Title | Gets or sets a localized string that replaces the display name of the task. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top