Get the operation from the condition that determines how the bounds are considered. The operation can be set to define satisfaction when the scalar is above minimum, below maximum, between minimum and maximum or outside minimum and maximum.
Read-write property
[Visual Basic .NET] |
---|
Public Property Operation() As AgECrdnConditionThresholdOption |
[C#] |
---|
public AgECrdnConditionThresholdOption Operation {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnConditionThresholdOption get_Operation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Operation( |
[Java] |
---|
public AgECrdnConditionThresholdOption getOperation();public void setOperation( |