The threshold indicates whether to include conditions above the highest threhsold.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeAboveHighestThreshold() As Boolean |
[C#] |
---|
public bool IncludeAboveHighestThreshold {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeAboveHighestThreshold(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeAboveHighestThreshold( VARIANT_BOOL * pRetVal ); public: HRESULT put_IncludeAboveHighestThreshold( VARIANT_BOOL IncludeAboveHighestThreshold ); |
[Java] |
---|
public bool getIncludeAboveHighestThreshold(); public void setIncludeAboveHighestThreshold( bool ); |