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

Project.ProjectName Property

[This is preliminary documentation and subject to change.]

Gets the name of the Project.

[Visual Basic]
Public ReadOnly Property ProjectName As String
[C#]
public string ProjectName {get;}

Property Value

The name of the Project or an empty String if no name is specified.

Remarks

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

See Also

Project Class | NAnt.Core Namespace