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