FrameworkConfigurableAttribute.

FrameworkConfigurableAttribute(string) Constructor

Summary

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

Syntax

public FrameworkConfigurableAttribute(string name)

Parameters

Name Type Description
name string The name of the framework configuration attribute.

Return Value

Type Description
void