NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ExpressionEvaluator.GetPropertyValue Method
[This is preliminary documentation and subject to change.]
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.
Remarks
Missing <remarks> documentation for M:NAnt.Core.ExpressionEvaluator.GetPropertyValue(System.String)
See Also
ExpressionEvaluator Class | NAnt.Core Namespace