PVCSProjectDatabaseTask.

ProjectDatabase Property

Summary

Gets or sets the project database to utilize during the operation.

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