This property is deprecated. Use ExclIntvl instead to determine whether intervals are to be excluded or not. The action type (include or exclude).
Read-write property
[Visual Basic .NET] |
---|
Public Property ActionType() As AgEActionType |
[C#] |
---|
public AgEActionType ActionType {get; set;} |
[Managed C++] |
---|
public: __property AgEActionType get_ActionType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ActionType( AgEActionType * pVal ); public: HRESULT put_ActionType( AgEActionType pVal ); |
[Java] |
---|
public AgEActionType getActionType(); public void setActionType( AgEActionType ); |
[Python - STK API ] |
---|
@property def ActionType(self) -> "AgEActionType": @ActionType.setter def ActionType(self, pVal:"AgEActionType") -> None: |