[This is preliminary documentation and is subject to change.]
The (possible not unique) name of this object.
If this property is not set, the Class name will be used as the name.
See also the property Identifier for the usage of this property.
| C# | Visual Basic | Visual C++ |
public string Name { get; set; }
Public Property Name As String
public: property String^ Name { String^ get (); void set (String^ value); }