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++] |
---|
public: HRESULT get_EventDetectionType( AgECommSystemAccessEventDetectionType * pVal ); public: HRESULT put_EventDetectionType( AgECommSystemAccessEventDetectionType val ); |
[Java] |
---|
public AgECommSystemAccessEventDetectionType getEventDetectionType(); public void setEventDetectionType( AgECommSystemAccessEventDetectionType ); |
[Python - STK API ] |
---|
@property def EventDetectionType(self) -> "AgECommSystemAccessEventDetectionType": @EventDetectionType.setter def EventDetectionType(self, val:"AgECommSystemAccessEventDetectionType") -> None: |