Initializes a new instance of ItemAttribute class.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public DefinitionAttribute(
	string title
)
Visual Basic (Declaration)
Public Sub New ( _
	title As String _
)
Visual C++
public:
DefinitionAttribute(
	String^ title
)

Parameters

title
Type: System..::.String
The title used when presenting this item type to editors.

See Also