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

PropertyDictionary.MarkDynamic Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.MarkDynamic(System.String)

See Also

PropertyDictionary Class | NAnt.Core Namespace