Summary
Gets or sets the project path to utilize during the operation.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- P
V C S Project Database Task
Syntax
[TaskAttribute("projectpath", Required = false)]
[StringValidator(AllowEmpty = false)]
public string ProjectPath { get; set; }
Remarks
This is equivalent to the -pp
command-line option.
Attributes
Type | Description |
---|---|
TaskAttribute | |
StringValidator |
Value
Type | Description |
---|---|
string |