This documentation is archived and is not being maintained.

PendingChange::IsUndelete Property

Gets a flag that describes whether this changes is a pending undelete.

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

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

Property Value

Type: System::Boolean
True if this change is a pending undelete; otherwise, false.

Show: