NAnt SDK Documentation - v0.92

WebMap.Path Property

Specifies the actual path to the project file, or the path fragment to replace.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="path", ExpandProperties:=True, ProcessXml:=True)>
Public Property Path As FileInfo
[C#]
[TaskAttribute(Required=True, Name="path", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo Path {get; set;}

Property Value

The actual path to the project file or the path fragment to replace the URL fragment with.

See Also

WebMap Class | NAnt.VSNet.Types Namespace