PVCSLabelTask.

Floating Property

Summary

Gets or sets a value indicating whether the label should "float" to the newest revision.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLabelTask

Syntax

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

Remarks

This is equivalent to the -f parameter to the pcli label command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool