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


IMapServerIdentifyResult.Name Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapServerIdentifyResult.Name Property

The name of the identified object.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  System.String* Value
);
[C++]

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

Product Availability

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

Remarks

Name is defined by the primary display field set in the map document.

See Also

IMapServerIdentifyResult Interface