This documentation is archived and is not being maintained.

GatedCheckinException::CheckInContainsLocks Property

Gets a flag that indicates whether the set of pending changes that is being checked in contains at least one pending change that has the Lock bit set. This property is not set for shelvesets.

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

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

Property Value

Type: System::Boolean
True if the check-in set contains at least one pending change that has the Lock bit set.

Show: