MaxStates Property (HistoryQueryArgs)
- Last UpdatedAug 21, 2026
- 1 minute read
The maximum number of states that are stored .
'Declaration
Public Property MaxStates As UShort
'Usage
Dim instance As HistoryQueryArgs
Dim value As UShort
instance.MaxStates = value
value = instance.MaxStates
public ushort MaxStates {get; set;}