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.
The lock level represents locks applied to this item.
If the item is a folder it implies a lock to all subitems.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property LockLevel As LockLevel
public LockLevel LockLevel { get; set; }
public:
property LockLevel LockLevel {
LockLevel get ();
void set (LockLevel value);
}
member LockLevel : LockLevel with get, set
function get LockLevel () : LockLevel
function set LockLevel (value : LockLevel)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.LockLevel
Returns LockLevel.
.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.