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


IXMLFilterDef.Expression Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXMLFilterDef.Expression Property

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

Product Availability

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

See Also

IXMLFilterDef Interface