IUIThreadOperationScope.AllowCancellation 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 whether the operation can be cancelled.
public:
 property bool AllowCancellation { bool get(); void set(bool value); };
	public bool AllowCancellation { get; set; }
	member this.AllowCancellation : bool with get, set
	Public Property AllowCancellation As Boolean