Gets the access event detection type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgECommSystemAccessEventDetectionType |
[C#] |
---|
public AgECommSystemAccessEventDetectionType Type {get;} |
[Managed C++] |
---|
public: __property AgECommSystemAccessEventDetectionType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgECommSystemAccessEventDetectionType * pVal ); |
[Java] |
---|
public AgECommSystemAccessEventDetectionType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgECommSystemAccessEventDetectionType": |