Summary
Gets or sets the archive description for versioned files.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSAddFilesTask
Syntax
[TaskAttribute("archivedescription", Required = true)]
[StringValidator(AllowEmpty = false)]
public string ArchiveDescription { get; set; }
Remarks
This is equivalent to the -t parameter to the pcli addfiles command.
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| StringValidator |
Value
| Type | Description |
|---|---|
| string |
