PVCSAssignGroupTask.

PromotionGroup Property

Summary

Gets or sets the promotion group for the versioned files to be assigned the promotion group.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAssignGroupTask

Syntax

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

Remarks

This is equivalent to the -r parameter to the pcli assigngroup command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string