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