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