Summary
Gets or sets a value indicating whether revisions involved in the get operation should be locked.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSGetTask
Syntax
[TaskAttribute("lock", Required = false)]
[BooleanValidator]
public bool Lock { get; set; }
Remarks
This is equivalent to the -l parameter to the pcli get command.
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
