Summary
Gets or sets whether the workfiles should be made writable.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSGetTask
Syntax
[TaskAttribute("makewritable", Required = false)]
[BooleanValidator]
public bool MakeWritable { get; set; }
Remarks
This is equivalent to the -w
parameter to the pcli get
command.
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |