CimEmPointEvent.QualityLast_Upd_Man (property, read)

Syntax CimEMPointEvent.QualityLast_Upd_Man
Description Boolean. Returns TRUE if the value of the point that triggered the event came from a manual update rather than a device read.
Example
Sub Main()
??????Dim p as new CimEMPointEvent
??????Set p = CimGetEmEvent().PointEvent()
??????If p.QualityLast_Upd_Man then
????????????DoSomething
??????End If
End Sub