Share via


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)

Syntax

'Declaration
Public ReadOnly Property Cancelable As Boolean
public bool Cancelable { get; }
public:
property bool Cancelable {
    bool get ();
}
member Cancelable : bool with get
function get Cancelable () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

SetWorkspaceLocationProgressEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace