NAnt SDK Documentation - v0.92 |
|
StyleTask.DestDir Property
Directory in which to store the results. The default is the project base directory.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="destdir", ExpandProperties:=True, ProcessXml:=True)>
Public Property DestDir As
DirectoryInfo
[C#]
[TaskAttribute(Required=False, Name="destdir", ExpandProperties=True, ProcessXml=True)]
public
System.IO.DirectoryInfo DestDir {get; set;}
See Also
StyleTask Class | NAnt.Core.Tasks Namespace