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


IImageServerIdentifyResult.Value Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerIdentifyResult.Value Property

The identify property value.

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

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

Product Availability

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

See Also

IImageServerIdentifyResult Interface