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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel.ComTypes Namespace > _EasyUADataChangeNotificationEventArgs Interface : AttributeData Property
Attribute data: the value of an attribute, together with status code and timestamps.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property AttributeData As UAAttributeData
'Usage
 
Dim instance As _EasyUADataChangeNotificationEventArgs
Dim value As UAAttributeData
 
instance.AttributeData = value
 
value = instance.AttributeData
[CanBeNull()]
UAAttributeData AttributeData {get; set;}
[CanBeNull()]
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