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

GacCache.Project Property

[This is preliminary documentation and subject to change.]

Gets the Project context of the GacCache.

[Visual Basic]
Public ReadOnly Property Project As Project
[C#]
public NAnt.Core.Project Project {get;}

Property Value

The Project context of the GacCache.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.GacCache.Project

See Also

GacCache Class | NAnt.Core.Util Namespace