Workspace.IsDeleted Property

Gets a flag that indicates whether this 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
public bool IsDeleted { get; internal set; }
public:
property bool IsDeleted {
    bool get ();
    internal: void set (bool value);
}
member IsDeleted : bool with get, internal set
function get IsDeleted () : boolean 
internal 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

Microsoft.TeamFoundation.VersionControl.Client Namespace