Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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.