This documentation is archived and is not being maintained.

ProjectCreationContext::IsCancelled Property

Gets a flag that states whether project creation was canceled.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
property bool IsCancelled {
	bool get ();
}

Property Value

Type: System::Boolean
True if project creation was canceled; otherwise, false.

Show: