StateTimeMaximumContained Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the maximum of the contained times in this state among all occurrences of this state during the entire retrieval cycle, excluding state occurrences that fall only partially within the period.
'Declaration
Public Property StateTimeMaximumContained As ULong
'Usage
Dim instance As StateSummaryQueryResult
Dim value As ULong
instance.StateTimeMaximumContained = value
value = instance.StateTimeMaximumContained
public ulong StateTimeMaximumContained {get; set;}