ProviderExactMatch Property
- Last UpdatedNov 07, 2016
- 1 minute read
When the ProviderExactMatch property is true, only alarms with alarm provider names that exactly match the ProviderName property value are shown. When it is false, then the provider name need only specify part of the alarm provider names it is filtering for.
Type
Discrete
Default
False
Syntax
Object.ProviderExactMatch [= discrete]
Remarks
Use this property together with the ProviderName property to filter the Alarm DB View control.
Example
For example:
#AlarmDBViewCtrl1.ProviderName = "Provider"
#AlarmDBViewCtrl1.ProviderExactMatch = 0;
#AlarmDBViewCtrl1.Refresh();