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


IFind.FindDisplayField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFind.FindDisplayField Property

The display field.

[Visual Basic .NET]
Public ReadOnly Property FindDisplayField As String
[C#]
public string FindDisplayField {get;}
[C++]
HRESULT get_FindDisplayField(
  BSTR* Field
);
[C++]

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

Product Availability

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

See Also

IFind Interface