ProgressData.IsCancelable Property

Definition

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

Applies to