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


IMapServerIdentifyResult2.Name Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerIdentifyResult2.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 the value from the DisplayField of the feature. When a DisplayExpression is used in the source map document, it returns the result of the DisplayExpression. 

See Also

IMapServerIdentifyResult2 Interface