PVCSLockTask.

NoMultilock Property

Summary

Gets or sets a value indicating whether already locked revisions will be locked.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLockTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool