NAnt SDK Documentation - v0.85-nightly-2005-11-09

StyleTask.DestDir Property

[This is preliminary documentation and subject to change.]

Directory in which to store the results. The default is the project base directory.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.StyleTask.DestDir

See Also

StyleTask Class | NAnt.Core.Tasks Namespace