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