Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the status of the asynchronous update.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public TaskQuickStatus Status { get; set; }
public:
property TaskQuickStatus^ Status {
TaskQuickStatus^ get();
void set(TaskQuickStatus^ value);
}
Public Property Status As TaskQuickStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home.TaskQuickStatus
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top