PVCSPutTask.

KeepWorkfile Property

Summary

Gets or sets a value indicating whether the workfile should kept in its original state.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool