ArcObjects Library Reference (Carto)  

IMapServerIdentifyResult.Properties Property

A set of name-value pairs for the field names and values of the identified object.

[Visual Basic .NET]
Public ReadOnly Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get;}
[C++]
HRESULT get_Properties(
  IPropertySet** props
);
[C++]

Parameters

props [out, retval]

  props is a parameter of type IPropertySet

Product Availability

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

Remarks

The property set contained in Properties honors field formatting, field visibility and field aliases set in the original map document. All returned values are in string format.

See Also

IMapServerIdentifyResult Interface