Summary
Specifies the actual path to the project file, or the path fragment
to replace.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Types - Containing Type
- WebMap
Syntax
[TaskAttribute("path", Required = true)]
public FileInfo Path { get; set; }
Attributes
| Type | Description |
|---|---|
| Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
| Type | Description |
|---|---|
| FileInfo | The actual path to the project file or the path fragment to replace the URL fragment with. |
