NAnt SDK Documentation - v0.92

Project.Document Property

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.

See Also

Project Class | NAnt.Core Namespace