Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the cancellation state of this context.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Property CancelationState As Boolean
protected bool CancelationState { get; set; }
protected:
property bool CancelationState {
bool get ();
void set (bool value);
}
member CancelationState : bool with get, set
function get CancelationState () : boolean
function set CancelationState (value : boolean)
Property Value
Type: System.Boolean
True if this context was cancelled; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.