Share via


WorkspaceCancelEventArgs.Cancel Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As WorkspaceCancelEventArgs 
Dim value As Boolean 

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
public function get Cancel () : boolean 
public function set Cancel (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WorkspaceCancelEventArgs Class

WorkspaceCancelEventArgs Members

Microsoft.TeamFoundation.VersionControl.Client Namespace