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

ProjectBase.ProjectDependencies Property

[This is preliminary documentation and subject to change.]

Gets the set of projects that the project depends on.

[Visual Basic]
Public ReadOnly Property ProjectDependencies As ProjectBaseCollection
[C#]
public ProjectBaseCollection ProjectDependencies {get;}

Property Value

The set of projects that the project depends on.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ProjectBase.ProjectDependencies

See Also

ProjectBase Class | NAnt.VSNet Namespace