Summary
Gets the PCLI command name that corresponds to the operation the task performs.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSTask
Syntax
protected virtual string PCLICommandName { get; }
Remarks
By default, this property will return the name of the task minus the starting "pvcs". Subclasses need only override this property if there is a mismatch between the task name and the PCLI command name.
Value
Type | Description |
---|---|
string |