PVCSPutTask.

VersionLabel Property

Summary

Gets or sets the version label to assign to the new revisions.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string