PVCSGetTask.

VersionLabel Property

Summary

Gets or sets the version label to get against.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSGetTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string