PVCSPutTask.

FloatLabel Property

Summary

Gets or sets a value indicating whether the version label specified by NAnt.Contrib.Tasks.PVCS.PVCSPutTask.VersionLabel should float.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool