Summary
Determines whether the specified property is listed as dynamic.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
public virtual bool IsDynamicProperty(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the property to check. |
Return Value
Type | Description |
---|---|
bool |
true if the property is listed as dynamic;
otherwise, false .
|