NAnt SDK Documentation - v0.92

ExpressionEvaluator.GetPropertyValue Method 

Gets the value of the specified property.

[Visual Basic]
<Function(Name:="get-value")>
Public Function GetPropertyValue( _
   ByVal propertyName As String _
) As String
[C#]
[Function(Name="get-value")]
public string GetPropertyValue(
   string propertyName
);

Parameters

propertyName
The name of the property to get the value of.

Return Value

The value of the specified property.

See Also

ExpressionEvaluator Class | NAnt.Core Namespace