NAnt SDK Documentation - v0.92

Project.ProjectName Property

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.

See Also

Project Class | NAnt.Core Namespace