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