ArcObjects Library Reference (Carto)  

IImageServerIdentifyResult.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** ppProperties
);
[C++]

Parameters

ppProperties [out, retval]

  ppProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IImageServerIdentifyResult Interface