Returns the name string that the specified NamedObject object represents.

public System.String Name{ get; }
Public ReadOnly Property Name() As String
String objectName = namedObj.Name;
Dim objectName As String = namedObj.Name