Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the lock level for this name.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property LockLevel As LockManager.LockLevel
public LockManager.LockLevel LockLevel { get; }
public:
virtual property LockManager::LockLevel LockLevel {
LockManager::LockLevel get () sealed;
}
abstract LockLevel : LockManager.LockLevel with get
override LockLevel : LockManager.LockLevel with get
final function get LockLevel () : LockManager.LockLevel
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.LockManager.LockLevel
Returns LockManager.LockLevel.
Implements
.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.