PVCSPromoteGroupTask.

AcrossBranches Property

Summary

Gets or sets a value indicating whether the promotion may occur across branches.

Syntax

[TaskAttribute("acrossbranches", Required = true)]
[BooleanValidator]
public bool AcrossBranches { get; set; }

Remarks

This is equivalent to the -nb and -yb parameters to the pcli promotegroup command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool