ChangeRequest.LockLevel Property
Specifies the new lock level of the item. If the value "Unchanged" is passed in, the lock level is not changed from the previous pending change.
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.