PVCSRenameLabelTask.

From Property

Summary

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

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string