Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the new lock level of the item.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property LockLevel As LockLevel
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public LockLevel LockLevel { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property LockLevel LockLevel {
    LockLevel get ();
    void set (LockLevel value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
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.