PercentGood Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the ratio of the number of rows that have "good" quality to the total number of rows in the retrieval cycle, expressed as a percentage in the range 0 to 100.
'Declaration
Public Property PercentGood As Double
'Usage
Dim instance As HistoryQueryResult
Dim value As Double
instance.PercentGood = value
value = instance.PercentGood
public double PercentGood {get; set;}