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
System_CAPS_pubmethod TaskQuickStatus()

Initializes a new instance of the TaskQuickStatus class.

Properties

Name Description
System_CAPS_pubproperty Details

Gets or sets a localized string that replaces the task description.

System_CAPS_pubproperty Mark

Gets or sets a localized string that is displayed in the status column.

System_CAPS_pubproperty StatusTips

Gets and sets a localized string to put in the task details view as the status tips for user.

System_CAPS_pubproperty Title

Gets or sets a localized string that replaces the display name of the task.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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