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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointSubscribeArguments Class : AttributeData Property
The value of an attribute, together with status code and timestamps.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Output)>
<NotNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=2906, 
   ShortName="Attribute Data")>
Public Shadows Property AttributeData As UAAttributeData
'Usage
 
Dim instance As UAAttributePointSubscribeArguments
Dim value As UAAttributeData
 
instance.AttributeData = value
 
value = instance.AttributeData
[ArgumentDirections(ArgumentDirections.Output)]
[NotNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, 
   Order=2906, 
   ShortName="Attribute Data")]
public new UAAttributeData AttributeData {get; set;}
[ArgumentDirections(ArgumentDirections.Output)]
[NotNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, 
   Order=2906, 
   ShortName="Attribute Data")]
public:
new property UAAttributeData^ AttributeData {
   UAAttributeData^ get();
   void set (    UAAttributeData^ value);
}

Property Value

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