TaskQuickStatus.StatusTips Property

 

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

Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)

Syntax

public string StatusTips { get; set; }
public:
property String^ StatusTips {
    String^ get();
    void set(String^ value);
}
Public Property StatusTips As String

Property Value

Type: System.String

The localized string to put in the task details view.

See Also

TaskQuickStatus Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace

Return to top