This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLFilterDef Interface > IXMLFilterDef.Expression Property (ArcObjects .NET 10.4 SDK) |
The filter expression.
[Visual Basic .NET] Public Property Expression As String
[C#] public string Expression {get; set;}
[C++]
HRESULT get_Expression(
BSTR* expr
);
[C++]
HRESULT put_Expression(
BSTR expr
);
[C++]
Parameters expr [out, retval] expr is a parameter of type BSTR expr [in] expr is a parameter of type BSTR