NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
WebMap.Path Property
[This is preliminary documentation and subject to change.]
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.
Remarks
Missing <remarks> documentation for P:NAnt.VSNet.Types.WebMap.Path
See Also
WebMap Class | NAnt.VSNet.Types Namespace