PVCSProjectDatabaseTask.

ProjectPath Property

Summary

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

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