PercentGood Property (AnalogSummaryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the time, in seconds, that the value was good for the retrieval cycle.
'Declaration
Public Property PercentGood As Double
'Usage
Dim instance As AnalogSummaryQueryResult
Dim value As Double
instance.PercentGood = value
value = instance.PercentGood
public double PercentGood {get; set;}