This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerIdentifyResult2 Interface > IMapServerIdentifyResult2.Name Property (ArcObjects .NET 10.5 SDK) |
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
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.