EventCount Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the maximum number of states that are stored.
'Declaration
Public Property EventCount As UInteger
'Usage
Dim instance As EventQueryArgs
Dim value As UInteger
instance.EventCount = value
value = instance.EventCount
public uint EventCount {get; set;}