This document is archived and information here might be outdated. Recommended version. |
Defines the LowLimitInclusive property.
[Visual Basic .NET] Public Property LowLimitInclusive As Boolean
[C#] public bool LowLimitInclusive {get; set;}
[C++]
HRESULT get_LowLimitInclusive(
VARIANT_BOOL bInclusive
);
[C++]
HRESULT put_LowLimitInclusive(
Boolean* bInclusive
);
[C++]
Parameters bInclusive [in]
bInclusive is a parameter of type bool bInclusive [out, retval]
bInclusive is a parameter of type bool*