Share via


Workspace.IsDeleted Property

Gets or sets the flag that indicates whether the Workspace has been deleted.

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

Syntax

'Declaration
Public Property IsDeleted As Boolean
'Usage
Dim instance As Workspace 
Dim value As Boolean 

value = instance.IsDeleted

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

Property Value

Type: System.Boolean
true if the workspace has been deleted; otherwise false.

.NET Framework Security

See Also

Reference

Workspace Class

Workspace Members

Microsoft.TeamFoundation.VersionControl.Client Namespace