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

ExpressionEvaluator.EvaluateProperty Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.ExpressionEvaluator.EvaluateProperty(System.String)

[Visual Basic]
Overrides Protected Function EvaluateProperty( _
   ByVal propertyName As String _
) As Object
[C#]
protected override object EvaluateProperty(
   string propertyName
);

Parameters

propertyName
Missing <param> documentation for propertyName

Return Value

Missing <returns> documentation for M:NAnt.Core.ExpressionEvaluator.EvaluateProperty(System.String)

Remarks

Missing <remarks> documentation for M:NAnt.Core.ExpressionEvaluator.EvaluateProperty(System.String)

See Also

ExpressionEvaluator Class | NAnt.Core Namespace