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


IDisplayName.NameString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayName Interface > IDisplayName.NameString Property
ArcGIS Developer Help

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(
  System.String* 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