SyncStatus.CanCancel Property

 

Gets or sets a flag that determines whether cancellation is enabled in the UI.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool CanCancel { get; set; }
public:
property bool CanCancel {
    bool get();
    void set(bool value);
}
member CanCancel : bool with get, set
Public Property CanCancel As Boolean

Property Value

Type: System.Boolean

Whether cancellation is enabled.

Remarks

For security, full trust for the immediate caller is required. This member cannot be used by partially trusted code.

See Also

SyncStatus Class
Microsoft.ManagementConsole Namespace

Return to top