This document is archived and information here might be outdated. Recommended version. |
The where clause that limits the routes events can be located on.
[Visual Basic .NET]
Public Property RouteWhereClause As String
[C#]
public string RouteWhereClause {get; set;}
[C++]
HRESULT get_RouteWhereClause(
BSTR whereClause
);
[C++]
HRESULT put_RouteWhereClause(
System.String* whereClause
);
[C++] Parameters whereClause [in]
whereClause is a parameter of type BSTR whereClause [out, retval]
whereClause is a parameter of type BSTR*