QuickOPC User's Guide and Reference
AttributeData Property (EasyUADataChangeNotificationEventArgs)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > EasyUADataChangeNotificationEventArgs Class : AttributeData Property
Attribute data: the value of an attribute, together with status code and timestamps.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property AttributeData As UAAttributeData
'Usage
 
Dim instance As EasyUADataChangeNotificationEventArgs
Dim value As UAAttributeData
 
instance.AttributeData = value
 
value = instance.AttributeData
[DefaultValue("")]
public UAAttributeData AttributeData {get; set;}
[DefaultValue("")]
public:
property UAAttributeData^ AttributeData {
   UAAttributeData^ get();
   void set (    UAAttributeData^ value);
}
Remarks
This property is non-null only if the System.Exception is null.
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