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

FrameworkConfigurableAttribute Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the FrameworkConfigurableAttribute with the specified attribute name.

[Visual Basic]
Public Sub New( _
   ByVal name As String _
)
[C#]
public FrameworkConfigurableAttribute(
   string name
);

Parameters

name
The name of the framework configuration attribute.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Attributes.FrameworkConfigurableAttribute.#ctor(System.String)

Exceptions

Exception Type Condition
ArgumentNullException name is a a null reference (Nothing in Visual Basic).
ArgumentOutOfRangeException name is a zero-length String.

See Also

FrameworkConfigurableAttribute Class | NAnt.Core.Attributes Namespace