QuickOPC User's Guide and Reference
AttributeDataPayload Property



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComplexEventProcessing Namespace > UADataChangeNotificationPayload<TValue> Class : AttributeDataPayload Property
An event payload with an OPC-UA attribute value, together with status code and timestamps.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property AttributeDataPayload As UAAttributeDataPayload(Of TValue)
 
'Usage
 
Dim instance As UADataChangeNotificationPayload(Of TValue)
Dim value As UAAttributeDataPayload(Of TValue)
 
instance.AttributeDataPayload = value
 
value = instance.AttributeDataPayload
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