Point.Quality (property, read)

Syntax Point.Quality
Description Long. Return the 16-bit quality mask for the point.
Example
Sub Main()
   Dim p as new Point
   p.Id = "VALVE_1"
   p.Get
   MsgBox cstr(p.Quality)
End Sub