Summary
Gets or sets a value indicating whether the item is required.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- BaseBuildAttribute
Syntax
public bool Required { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true if the item is required; otherwise,
false. The default is false.
|
