PVCSLockTask.

YesToBranching Property

Summary

Gets or sets a value indicating whether revisions will be locked even if that will result in a branch upon check in.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLockTask

Syntax

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

Remarks

This is equivalent to the -yb parameter to the pcli lock command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool