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


IResultPortionInfo.ResultID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IResultPortionInfo Interface > IResultPortionInfo.ResultID Property
ArcGIS Developer Help

IResultPortionInfo.ResultID Property

The unique ID of a result.

[Visual Basic .NET]
Public Property ResultID As String
[C#]
public string ResultID {get; set;}
[C++]
HRESULT get_ResultID(
  System.String* queryID
);
[C++]
HRESULT put_ResultID(
  BSTR queryID
);
[C++]
Parameters
queryID [out, retval]

queryID is a parameter of type BSTR* queryID [in]
queryID is a parameter of type BSTR

Product Availability

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

See Also

IResultPortionInfo Interface