Summary
Gets or sets a value indicating whether property references should
be expanded.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Framework
Configurable Attribute
Syntax
public bool ExpandProperties { get; set; }
Value
Type | Description |
---|---|
bool |
true if properties should be expanded; otherwise
false . The default is true .
|