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

ProjectFunctions.GetName Method 

[This is preliminary documentation and subject to change.]

Gets the name of the current project.

[Visual Basic]
<Function(Name:="get-name")>
Public Function GetName() As String
[C#]
[Function(Name="get-name")]
public string GetName();

Return Value

The name of the current project, or an empty String if no name is specified in the build file.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.ProjectFunctions.GetName

See Also

ProjectFunctions Class | NAnt.Core.Functions Namespace