P4Submit.

RemainOpen Property

Summary

Keep the files open after submitting. The default is false.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Perforce
Containing Type
P4Submit

Syntax

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool