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.
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 LockStatus As LockLevel
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public LockLevel LockStatus { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property LockLevel LockStatus {
LockLevel get ();
void set (LockLevel value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member LockStatus : LockLevel with get, set
function get LockStatus () : LockLevel
function set LockStatus (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.