NAnt SDK Documentation - v0.92

FrameworkConfigurableAttribute.Required Property

Gets or sets a value indicating whether the configuration attribute is required.

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

Property Value

true if the configuration attribute is required; otherwise, true. The default is false.

See Also

FrameworkConfigurableAttribute Class | NAnt.Core.Attributes Namespace