Summary
Gets a comma-separated list of directories to scan for assembly
references.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- VcConfigurationBase
Syntax
public abstract string ReferencesPath { get; }
Value
Type | Description |
---|---|
string |
A comma-separated list of directories to scan for assembly
references, or null if no additional directories
should scanned.
|