PVCSLockTask.

YesToMultilock Property

Summary

Gets or sets a value indicating whether revisions will be locked even if that will result in multiple locks against the same revision.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLockTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool