ArcObjects Component Help  (Core)    

IElementProperties.Name Property

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* );

Remarks

The Name property is used to store a name associated with the custom property assigned to the element.