LockLevel Enumeration

Valid locking levels. Used in the LockLevel property of PendingChange.

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

Syntax

'Declaration
Public Enumeration LockLevel
public enum LockLevel
public enum class LockLevel
type LockLevel
public enum LockLevel

Members

Member name Description
Checkin Check-in lock.

CheckOut Check-out lock.

None No lock.

Unchanged Lock status is unchanged.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace