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

ProjectFunctions.GetDefaultTarget Method 

[This is preliminary documentation and subject to change.]

Gets the name of the target that will be executed when no other build targets are specified.

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

Return Value

The name of the target that will be executed when no other build targets are specified, or an empty String if no default target is defined for the project.

Remarks

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

See Also

ProjectFunctions Class | NAnt.Core.Functions Namespace