PVCSChangeGroupTask.

To Property

Summary

Gets or sets the promotion group to change to.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSChangeGroupTask

Syntax

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

Remarks

This is equivalent to the -gt parameter to the pcli changegroup command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string