The type of stopping condition.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property StoppingConditionType() As AgEVAStoppingCondition
|
| [C#] |
|---|
public AgEVAStoppingCondition StoppingConditionType {get;}
|
| [Managed C++] |
|---|
public: __property AgEVAStoppingCondition get_StoppingConditionType();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_StoppingConditionType(
|
| [Java] |
|---|
public AgEVAStoppingCondition getStoppingConditionType();
|