PVCSGetTask.

Touch Property

Summary

Gets or sets a value indicating whether workfiles should be touched after the get.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSGetTask

Syntax

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

Remarks

This is equivalent to the -t parameter to the pcli get command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool