StateCount Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the number of times the state occurred within the retrieval cycle, including states that only partially occur in the cycle.
'Declaration
Public Property StateCount As UInteger
'Usage
Dim instance As StateSummaryQueryResult
Dim value As UInteger
instance.StateCount = value
value = instance.StateCount
public uint StateCount {get; set;}