PVCSLockTask.

PromotionGroup Property

Summary

Gets or sets the promotion group to assign the locked revision.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSLockTask

Syntax

[TaskAttribute("promotiongroup", Required = false)]
[StringValidator(AllowEmpty = false)]
public string PromotionGroup { get; set; }

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string