PVCSRenameLabelTask.

To Property

Summary

Gets or sets the new label.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSRenameLabelTask

Syntax

[TaskAttribute("to", Required = true)]
[StringValidator(AllowEmpty = false)]
public string To { get; set; }

Remarks

This is equivalent to the -vt parameter to the pcli renamelabel command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string