Opt whether to fail while descending if there is insufficient specific excess power.
Read-write property
[Visual Basic .NET] |
---|
Public Property DescentFailOnInsufficientPerformance() As Boolean |
[C#] |
---|
public bool DescentFailOnInsufficientPerformance {get; set;} |
[Managed C++] |
---|
public: __property bool get_DescentFailOnInsufficientPerformance(); |
[Unmanaged C++] |
---|
public: HRESULT get_DescentFailOnInsufficientPerformance( VARIANT_BOOL * pVal ); public: HRESULT put_DescentFailOnInsufficientPerformance( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getDescentFailOnInsufficientPerformance(); public void setDescentFailOnInsufficientPerformance( bool ); |