This document is archived and information here might be outdated.  Recommended version.


IXMLFilterDef.Expression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLFilterDef Interface > IXMLFilterDef.Expression Property
ArcGIS Developer Help

IXMLFilterDef.Expression Property

The filter expression.

[Visual Basic .NET]
Public Property Expression As String
[C#]
public string Expression {get; set;}
[C++]
HRESULT get_Expression(
  System.String* 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

Product Availability

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

See Also

IXMLFilterDef Interface