Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 canceled; 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.