PVCSProjectDatabaseTask.

IncludeSubprojects Property

Summary

Gets or sets a value indicating whether the operation should include subprojects.

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