ProgressData.IsCancelable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the operation will respect a cancellation request.
public:
property bool IsCancelable { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
[System.Runtime.Serialization.DataMember]
public bool IsCancelable { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
[<System.Runtime.Serialization.DataMember>]
member this.IsCancelable : bool with get, set
Public Property IsCancelable As Boolean
Property Value
A boolean value. The default is true
.
- Attributes