The threshold indicates whether to include conditions below the lowest threhsolds.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeBelowLowestThreshold() As Boolean |
[C#] |
---|
public bool IncludeBelowLowestThreshold {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeBelowLowestThreshold(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeBelowLowestThreshold( VARIANT_BOOL * pRetVal ); public: HRESULT put_IncludeBelowLowestThreshold( VARIANT_BOOL IncludeBelowLowestThreshold ); |
[Java] |
---|
public bool getIncludeBelowLowestThreshold(); public void setIncludeBelowLowestThreshold( bool ); |