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