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

BuildElementAttribute.Required Property

[This is preliminary documentation and subject to change.]

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

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

Property Value

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

Remarks

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

See Also

BuildElementAttribute Class | NAnt.Core.Attributes Namespace