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

FrameworkConfigurableAttribute.Required Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Attributes.FrameworkConfigurableAttribute.Required

See Also

FrameworkConfigurableAttribute Class | NAnt.Core.Attributes Namespace