PVCSChangeGroupTask.

From Property

Summary

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

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string