This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction2 Interface > IConditionalAction2.QueryString Property (ArcObjects .NET 10.5 SDK) |
SQL query for an attribute trigger.
[Visual Basic .NET] Public Property QueryString As String
[C#] public string QueryString {get; set;}
[C++]
HRESULT get_QueryString(
BSTR* pVal
);
[C++]
HRESULT put_QueryString(
BSTR pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type BSTR pVal [in] pVal is a parameter of type BSTR