PVCSLabelTask.

Revision Property

Summary

Gets or sets the revision to label.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLabelTask

Syntax

[TaskAttribute("revision", Required = false)]
public double Revision { get; set; }

Remarks

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

If this property has not yet been set, it will return Double.MaxValue.

Attributes

Type Description
TaskAttribute

Value

Type Description
double