Gets or sets the name of the attribute.
Namespace: SimolAssembly: 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); } |