Name of the element.
[Visual Basic 6.0] Property Name As String
[Visual Basic .NET] Public Property Name As String
[C#] public string Name {get; set;}
[C++] public: __property String* get_Name(); public: __property void set_Name(String* );
The Name property is used to store a name associated with the custom property assigned to the element.