PVCSPutTask.

BaseProjectPath Property

Summary

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

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string