Summary
Gets the value of the specified property.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- ExpressionEvaluator
Syntax
[Function("get-value")]
public string GetPropertyValue(string propertyName)
Attributes
| Type | Description |
|---|---|
| FunctionAttribute | Indicates that the method should be exposed as a function in NAnt build files. |
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | string | The name of the property to get the value of. |
Return Value
| Type | Description |
|---|---|
| string | The value of the specified property. |
