This document is archived and information here might be outdated. Recommended version. |
The upper bound of the filter.
[Visual Basic .NET]
Public Property UpperBound As Integer
[C#]
public int UpperBound {get; set;}
[C++]
HRESULT get_UpperBound(
long pUpperBound
);
[C++]
HRESULT put_UpperBound(
System.Int32* pUpperBound
);
[C++] Parameters pUpperBound [in]
pUpperBound is a parameter of type long pUpperBound [out, retval]
pUpperBound is a parameter of type long*