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


IImageServerIdentifyResult.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerIdentifyResult Interface > IImageServerIdentifyResult.Value Property
ArcGIS Developer Help

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(
  System.String* 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