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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UADataValue Interface : StatusCode Property
The status code associated with the value.
Syntax
'Declaration
 
<NotNullAttribute()>
Property StatusCode As UAStatusCode
'Usage
 
Dim instance As _UADataValue
Dim value As UAStatusCode
 
instance.StatusCode = value
 
value = instance.StatusCode
[NotNull()]
UAStatusCode StatusCode {get; set;}
[NotNull()]
property UAStatusCode^ StatusCode {
   UAStatusCode^ get();
   void set (    UAStatusCode^ value);
}
Remarks

In OPC-UA PubSub, this field is called simply Status.

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