This documentation is archived and is not being maintained.

SetWorkspaceLocationProgressEventArgs::Cancelable Property

Gets a value that indicates whether current progress is cancellable.

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

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

Property Value

Type: System::Boolean
True if current progress is cancellable; otherwise, false.

Show: