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


IMapServerIdentifyResult2.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerIdentifyResult2 Interface > IMapServerIdentifyResult2.Name Property
ArcGIS Developer Help

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