NAnt SDK Documentation - v0.92

PropertyDictionary.MarkDynamic Method 

Marks a property as a property of which the value is expanded at execution time.

[Visual Basic]
Overridable Public Sub MarkDynamic( _
   ByVal name As String _
)
[C#]
public virtual void MarkDynamic(
   string name
);

Parameters

name
The name of the property to mark as dynamic.

See Also

PropertyDictionary Class | NAnt.Core Namespace