Query string.
[Visual Basic .NET] Public Property Query As String
[C#] public string Query {get; set;}
[C++]
HRESULT get_Query(
BSTR* pQuery
);
[C++]
HRESULT put_Query(
BSTR pQuery
);
[C++]Parameters
pQuery [out, retval] pQuery is a parameter of type BSTR pQuery [in] pQuery is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.