Summary
Gets or sets the workfile location for the created project.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- P
V C S Create Project Task
Syntax
[TaskAttribute("workfilelocation", Required = false)]
[StringValidator(AllowEmpty = false)]
public string WorkfileLocation { get; set; }
Remarks
This is equivalent to the -w parameter to the pcli createproject command.
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| StringValidator |
Value
| Type | Description |
|---|---|
| string |
