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

VcConfigurationBase.IntermediateDir Property

[This is preliminary documentation and subject to change.]

Gets the intermediate directory, specified relative to project directory.

[Visual Basic]
MustOverride Public ReadOnly Property IntermediateDir As String
[C#]
public abstract string IntermediateDir {get;}

Property Value

The intermediate directory, specified relative to project directory.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.VcConfigurationBase.IntermediateDir

See Also

VcConfigurationBase Class | NAnt.VSNet Namespace