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)

Syntax

'Declaration
Public ReadOnly Property IsDeleted As Boolean
public bool IsDeleted { get; }
public:
property bool IsDeleted {
    bool get ();
}
member IsDeleted : bool with get
function get IsDeleted () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ItemIdentifier Class

Microsoft.TeamFoundation.VersionControl.Client Namespace