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

PropertyDictionary.IsDynamicProperty Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

PropertyDictionary Class | NAnt.Core Namespace