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

VcProjectConfiguration.ReferencesPath Property

[This is preliminary documentation and subject to change.]

Gets a comma-separated list of directories to scan for assembly references.

[Visual Basic]
Overrides Public ReadOnly Property ReferencesPath As String
[C#]
public override string ReferencesPath {get;}

Property Value

A comma-separated list of directories to scan for assembly references, or a null reference (Nothing in Visual Basic) if no additional directories should scanned.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.VcProjectConfiguration.ReferencesPath

See Also

VcProjectConfiguration Class | NAnt.VSNet Namespace