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

SolutionTask.AssemblyFolderList Property

[This is preliminary documentation and subject to change.]

Gets the list of folders to scan for assembly references.

[Visual Basic]
Public ReadOnly Property AssemblyFolderList As StringCollection
[C#]
public System.Collections.Specialized.StringCollection AssemblyFolderList {get;}

Property Value

The list of folders to scan for assembly references.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.Tasks.SolutionTask.AssemblyFolderList

See Also

SolutionTask Class | NAnt.VSNet.Tasks Namespace