NAnt SDK Documentation - v0.92

FrameworkFunctions.GetDescription Method ()

Gets the description of the current target framework.

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

Return Value

The description of the current target framework.

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace | FrameworkFunctions.GetDescription Overload List | GetTargetFramework