This document is archived and information here might be outdated. Recommended version. |
Indicates whether the data source crawler can filter items by a string expression like a wild-card filter or SQL Where Clause.
[Visual Basic .NET]
Public ReadOnly Property CanFilterByExpression As Boolean
[C#]
public bool CanFilterByExpression {get;}
[C++]
HRESULT get_CanFilterByExpression(
Boolean* pbCanFilterByExpression
);
[C++] Parameters pbCanFilterByExpression [out, retval]
pbCanFilterByExpression is a parameter of type bool*