OPC Studio User's Guide and Reference
AttributeData Property (UAAttributePointArguments)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointArguments Class : AttributeData Property
The value of an attribute, together with status code and timestamps.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.InputOutput)>
<NotNullAttribute()>
Public Property AttributeData As UAAttributeData
 
'Usage
 
Dim instance As UAAttributePointArguments
Dim value As UAAttributeData
 
instance.AttributeData = value
 
value = instance.AttributeData

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Returns the attribute data.
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