ArcObjects Library Reference (Carto)  

IFind.FindFields Property

The attribute fields.

[Visual Basic .NET]
Public ReadOnly Property FindFields As Object
[C#]
public object FindFields {get;}
[C++]
HRESULT get_FindFields(
  VARIANT* Fields
);
[C++]

Parameters

Fields [out, retval]   Fields is a parameter of type VARIANT

Product Availability

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

See Also

IFind Interface