Summary
Gets or sets the promotion group to delete.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSDeleteGroupTask
Syntax
[TaskAttribute("promotiongroup", Required = true)]
[StringValidator(AllowEmpty = false)]
public string PromotionGroup { get; set; }
Remarks
This is equivalent to the -g
parameter to the pcli deletegroup
command.
Attributes
Type | Description |
---|---|
TaskAttribute | |
StringValidator |
Value
Type | Description |
---|---|
string |