QuickOPC User's Guide and Reference
DataChangeFilter Property (_UAMonitoringParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAMonitoringParameters Interface : DataChangeFilter Property
Optional data change filter. Defines the conditions under which a data change notification should be reported.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property DataChangeFilter As UADataChangeFilter
'Usage
 
Dim instance As _UAMonitoringParameters
Dim value As UADataChangeFilter
 
instance.DataChangeFilter = value
 
value = instance.DataChangeFilter
[CanBeNull()]
UADataChangeFilter DataChangeFilter {get; set;}
[CanBeNull()]
property UADataChangeFilter^ DataChangeFilter {
   UADataChangeFilter^ get();
   void set (    UADataChangeFilter^ value);
}
Remarks

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments.MonitoringParameters.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also