This documentation is archived and is not being maintained.

ItemIdentifier::IsDeleted Property

Checks whether the item is deleted at the VersionSpec version.

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

public:
property bool IsDeleted {
	bool get ();
}

Property Value

Type: System::Boolean
True if the item is deleted; otherwise, false.

Show: