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

LibDirectorySet.BaseDirectory Property

[This is preliminary documentation and subject to change.]

override this. We will always use the base directory of the parent. overriding without the TaskAttribute attribute prevents it being set in the source xml

[Visual Basic]
Overrides Public ReadOnly Property BaseDirectory As DirectoryInfo
[C#]
public override System.IO.DirectoryInfo BaseDirectory {get;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.LibDirectorySet.BaseDirectory

See Also

LibDirectorySet Class | NAnt.DotNet.Types Namespace