TaskQuickStatus.Title Property
Gets or sets a localized string that replaces the display name of the task.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public string Title { get; set; }
public:
property String^ Title {
String^ get();
void set(String^ value);
}
Public Property Title As String
Property Value
Type: System.String
A String.
Remarks
If this value is null, the display name of the task is used.
See Also
TaskQuickStatus Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top