NAnt SDK Documentation - v0.92

AbstractSourceControlTask.DestinationDirectory Property

Destination directory for the local sandbox. If destination is not specified then the current directory is used.

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

Property Value

Root path of the local sandbox.

Remarks

Root path of the local sandbox.

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace