Gets or sets the name of the attribute.

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

Syntax

C#
public string AttributeName { get; private set; }
Visual Basic
Public Property AttributeName As String
	Get
	Private Set
Visual C++
public:
property String^ AttributeName {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The name of the attribute.

See Also