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

PropertyTask.Dynamic Property

[This is preliminary documentation and subject to change.]

Specifies whether references to other properties should not be expanded when the value of the property is set, but expanded when the property is actually used. By default, properties will be expanded when set.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Name:="dynamic", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Dynamic As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="dynamic", Required=False, ExpandProperties=True, ProcessXml=True)]
public bool Dynamic {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.PropertyTask.Dynamic

See Also

PropertyTask Class | NAnt.Core.Tasks Namespace