QuickOPC User's Guide and Reference
TypedAttributeData Property (EasyUADataChangeNotificationEventArgs<TValue>)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Generic Namespace > EasyUADataChangeNotificationEventArgs<TValue> Class : TypedAttributeData Property
Gets the current (new) UAAttributeData<TValue> (a typed value, timestamp and quality) of the OPC monitored item. Null reference when System.Exception is not null.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<XmlIgnoreAttribute()>
Public Property TypedAttributeData As UAAttributeData(Of TValue)
 
'Usage
 
Dim instance As EasyUADataChangeNotificationEventArgs(Of TValue)
Dim value As UAAttributeData(Of TValue)
 
instance.TypedAttributeData = value
 
value = instance.TypedAttributeData
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