QuickOPC User's Guide and Reference
DataChangeFilterAttribute Property (UATypeMappingDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UATypeMappingDefinition Class : DataChangeFilterAttribute Property
Contains the UADataChangeFilter attribute, if present for this member.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property DataChangeFilterAttribute As UADataChangeFilterAttribute
'Usage
 
Dim instance As UATypeMappingDefinition
Dim value As UADataChangeFilterAttribute
 
instance.DataChangeFilterAttribute = value
 
value = instance.DataChangeFilterAttribute
[CanBeNull()]
public UADataChangeFilterAttribute DataChangeFilterAttribute {get; set;}
[CanBeNull()]
public:
property UADataChangeFilterAttribute^ DataChangeFilterAttribute {
   UADataChangeFilterAttribute^ get();
   void set (    UADataChangeFilterAttribute^ value);
}
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