ValueCount Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the number of values in a particular cycle.
'Declaration
Public Property ValueCount As UInteger
'Usage
Dim instance As AnalogSummaryQueryResult
Dim value As UInteger
instance.ValueCount = value
value = instance.ValueCount
public uint ValueCount {get; set;}