NAnt SDK Documentation - v0.92

PropertyDictionary.IsDynamicProperty Method 

Determines whether the specified property is listed as dynamic.

[Visual Basic]
Overridable Public Function IsDynamicProperty( _
   ByVal name As String _
) As Boolean
[C#]
public virtual bool IsDynamicProperty(
   string name
);

Parameters

name
The name of the property to check.

Return Value

true if the property is listed as dynamic; otherwise, false.

See Also

PropertyDictionary Class | NAnt.Core Namespace