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