Whether to run the sequence nominally or using profiles.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Action() As AgEVATargetSeqAction |
| [C#] |
|---|
public AgEVATargetSeqAction Action {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVATargetSeqAction get_Action(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVATargetSeqAction getAction(); public void setAction( AgEVATargetSeqAction ); |
[Python - STK API ] |
|---|
@property def Action(self) -> "AgEVATargetSeqAction": @Action.setter def Action(self, newVal:"AgEVATargetSeqAction") -> None: |






