Summary
Marks a property as a property of which the value is expanded at
execution time.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
public virtual void MarkDynamic(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the property to mark as dynamic. |
Return Value
| Type | Description |
|---|---|
| void |
