QuickOPC User's Guide and Reference
StatusCode Property (UAAttributePointWriteArguments)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteArguments Class : StatusCode Property
The status code associated with the value.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Input)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shadows Property StatusCode As UAStatusCode
 
'Usage
 
Dim instance As UAAttributePointWriteArguments
Dim value As UAStatusCode
 
instance.StatusCode = value
 
value = instance.StatusCode
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