ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IResultPortionInfo Interface