ValidationSettings.CancellationToken Property

Definition

Gets or sets the cancellation token used to notify should the activity be cancelled.

public:
 property System::Threading::CancellationToken CancellationToken { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public System.Threading.CancellationToken CancellationToken { get; set; }
member this.CancellationToken : System.Threading.CancellationToken with get, set
Public Property CancellationToken As CancellationToken

Property Value

The cancellation token used to notify should the activity be cancelled.

Applies to