ContainedStateCount Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the number of times the state occurred fully contained within the retrieval cycle.
'Declaration
Public Property ContainedStateCount As UInteger
'Usage
Dim instance As StateSummaryQueryResult
Dim value As UInteger
instance.ContainedStateCount = value
value = instance.ContainedStateCount
public uint ContainedStateCount {get; set;}