StateTimeTotal Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the total time in this state during this retrieval cycle, including state occurrences that fall only partially within the period.
'Declaration
Public Property StateTimeTotal As ULong
'Usage
Dim instance As StateSummaryQueryResult
Dim value As ULong
instance.StateTimeTotal = value
value = instance.StateTimeTotal
public ulong StateTimeTotal {get; set;}