This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IResultPortionInfo Interface > IResultPortionInfo.ResultID Property (ArcObjects .NET 10.5 SDK) |
The unique ID of a result.
[Visual Basic .NET] Public Property ResultID As String
[C#] public string ResultID {get; set;}
[C++]
HRESULT get_ResultID(
BSTR* 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