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

BuildAttributeAttribute.ExpandProperties Property

[This is preliminary documentation and subject to change.]

Gets or sets a value indicating whether property references should be expanded.

[Visual Basic]
Public Property ExpandProperties As Boolean
[C#]
public bool ExpandProperties {get; set;}

Property Value

true if properties should be expanded; otherwise false. The default is true.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Attributes.BuildAttributeAttribute.ExpandProperties

See Also

BuildAttributeAttribute Class | NAnt.Core.Attributes Namespace