Gets or sets the event detection type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property EventDetectionType() As AgECommSystemAccessEventDetectionType |
| [C#] |
|---|
public AgECommSystemAccessEventDetectionType EventDetectionType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECommSystemAccessEventDetectionType get_EventDetectionType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECommSystemAccessEventDetectionType getEventDetectionType(); public void setEventDetectionType( AgECommSystemAccessEventDetectionType ); |
[Python - STK API ] |
|---|
@property def EventDetectionType(self) -> "AgECommSystemAccessEventDetectionType": @EventDetectionType.setter def EventDetectionType(self, val:"AgECommSystemAccessEventDetectionType") -> None: |






