This document is archived and information here might be outdated.  Recommended version.


IDisplayName.NameString Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDisplayName.NameString Property

The display name of an object.

[Visual Basic .NET]
Public ReadOnly Property NameString As String
[C#]
public string NameString {get;}
[C++]
HRESULT get_NameString(
  BSTR* DisplayName
);
[C++]

Parameters DisplayName [out, retval] DisplayName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplayName Interface