Initializes a new instance of the AttributeNameAttribute class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public AttributeNameAttribute(
	string attributeName
)
Visual Basic
Public Sub New ( _
	attributeName As String _
)
Visual C++
public:
AttributeNameAttribute(
	String^ attributeName
)

Parameters

attributeName
Type: System..::..String
Name of the attribute.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionIf attributeName is an empty string
System..::..ArgumentNullExceptionIf attributeName is null

See Also