Summary
Gets or sets a value indicating whether the operation should include subprojects.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- P
V C S Project Database Task
Syntax
[TaskAttribute("includesubprojects", Required = false)]
[BooleanValidator]
public virtual bool IncludeSubprojects { get; set; }
Remarks
This is equivalent to the -z
command-line option.
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |