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 a value that indicates whether the asynchronous status update has been canceled.
Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)
Syntax
public bool Canceled { get; set; }
public:
property bool Canceled {
    bool get();
    void set(bool value);
}
Public Property Canceled As Boolean
Property Value
Type: System.Boolean
A Boolean: true if the asynchronous status update has been canceled; otherwise, false.
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top