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

Project.Document Property

[This is preliminary documentation and subject to change.]

Gets the active Project definition.

[Visual Basic]
Public ReadOnly Property Document As XmlDocument
[C#]
public System.Xml.XmlDocument Document {get;}

Property Value

The active Project definition.

Remarks

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

See Also

Project Class | NAnt.Core Namespace