Summary
Gets or sets the project database 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("projectdatabase", Required = true)]
[StringValidator(AllowEmpty = false)]
public string ProjectDatabase { get; set; }
Remarks
This is equivalent to the -pr
command-line option.
Attributes
Type | Description |
---|---|
TaskAttribute | |
StringValidator |
Value
Type | Description |
---|---|
string |