PVCSGetTask.

BaseProjectPath Property

Summary

Gets or sets the base project path.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSGetTask

Syntax

[TaskAttribute("baseprojectpath", Required = false)]
[StringValidator(AllowEmpty = false)]
public string BaseProjectPath { get; set; }

Remarks

This is equivalent to the -bp parameter to the pcli get command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string