This documentation is archived and is not being maintained.

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)

public:
property bool IsDeleted {
	bool get ();
	internal: void set (bool value);
}

Property Value

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

Show: