PVCSAddFilesTask.

VersionLabel Property

Summary

Gets or sets the version label to assign to the added versioned files.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAddFilesTask

Syntax

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

Remarks

This is equivalent to the -v parameter to the pcli addfiles command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string