Action to be performed using the value.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property VariableAction() As AgEVAUpdateAction |
| [C#] |
|---|
public AgEVAUpdateAction VariableAction {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAUpdateAction get_VariableAction(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAUpdateAction getVariableAction(); public void setVariableAction( AgEVAUpdateAction ); |
[Python - STK API ] |
|---|
@property def VariableAction(self) -> "AgEVAUpdateAction": @VariableAction.setter def VariableAction(self, inVal:"AgEVAUpdateAction") -> None: |






