Initializes a new instance of the AttributeNameAttribute class.
            
        
        Namespace: SimolAssembly: 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
| Exception | Condition | 
|---|---|
| System..::..ArgumentOutOfRangeException | If attributeName is an empty string | 
| System..::..ArgumentNullException | If attributeName is null |