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)
Syntax
'Declaration
Public ReadOnly Property CheckInContainsLocks As Boolean
public bool CheckInContainsLocks { get; }
public:
property bool CheckInContainsLocks {
bool get ();
}
member CheckInContainsLocks : bool with get
function get CheckInContainsLocks () : boolean
Property Value
Type: System.Boolean
True if the check-in set contains at least one pending change that has the Lock bit set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.