ProjectCreationContext.CancelationState Property

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

‘선언
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

See Also

Reference

ProjectCreationContext Class

Microsoft.TeamFoundation.Client Namespace