This documentation is archived and is not being maintained.

ExtendedItem::HasOtherPendingChange Property

Gets a flag that describes whether this item has another pending change.

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

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

Property Value

Type: System::Boolean
True if the item has another pending change; otherwise, false.

Show: