SkipCount Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the number of events to be skipped.
'Declaration
Public Property SkipCount As UInteger
'Usage
Dim instance As EventQueryArgs
Dim value As UInteger
instance.SkipCount = value
value = instance.SkipCount
public uint SkipCount {get; set;}