PVCSPromoteGroupTask.

PromotionGroup Property

Summary

Gets or sets the promotion group to be promoted.

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string