[This is preliminary documentation and is subject to change.]
Gets or sets the name of the attribute.
| C# | Visual Basic | Visual C++ |
public abstract string Name { get; set; }
Public MustOverride Property Name As String
public: virtual property String^ Name { String^ get () abstract; void set (String^ value) abstract; }
An empty string means no name available.