PVCSPutTask.

ReassignLabelIfExists Property

Summary

Gets or sets a value indicating whether the version label specified by NAnt.Contrib.Tasks.PVCS.PVCSPutTask.VersionLabel should be reassigned if it already exists.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

[TaskAttribute("reassignlabelifexists", Required = false)]
[BooleanValidator]
public bool ReassignLabelIfExists { get; set; }

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool