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(
  BSTR* 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