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