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


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

IMapServerFindResult.FeatureProperties Property

A set of name-value pairs for the found features's field names and values.

[Visual Basic .NET]
Public Property FeatureProperties As IPropertySet
[C#]
public IPropertySet FeatureProperties {get; set;}
[C++]
HRESULT get_FeatureProperties(
  IPropertySet** props
);
[C++]
HRESULT put_FeatureProperties(
  IPropertySet* props
);
[C++]
Parameters
props [out, retval]

props is a parameter of type IPropertySet** props [in]
props is a parameter of type IPropertySet*

Product Availability

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

See Also

IMapServerFindResult Interface