This documentation is archived and is not being maintained.

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)

protected:
property bool CancelationState {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if this context was canceled; otherwise, false.

Show: