Summary
Gets or sets the revision to get against.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSGetTask
Syntax
[TaskAttribute("revision", Required = false)]
public double Revision { get; set; }
Remarks
This is equivalent to the -r
parameter to the pcli get
command.
If this property has not yet been set, it will return Double.MaxValue
.
Attributes
Type | Description |
---|---|
TaskAttribute |
Value
Type | Description |
---|---|
double |