OPC Studio User's Guide and Reference
StatusInfo Property (UADataValue)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UADataValue Class : StatusInfo Property
Status information.
Syntax
'Declaration
 
<PureAttribute()>
<XmlIgnoreAttribute()>
Public ReadOnly Property StatusInfo As StatusInfo
'Usage
 
Dim instance As UADataValue
Dim value As StatusInfo
 
value = instance.StatusInfo
[Pure()]
[XmlIgnore()]
public StatusInfo StatusInfo {get;}
[Pure()]
[XmlIgnore()]
public:
property StatusInfo StatusInfo {
   StatusInfo get();
}

Property Value

The default value of this property is Unknown (StatusInfo.Unknown).

Remarks
When this object represents a failure, the status information is OpcLabs.BaseLib.Data.StatusInfo.Unknown. When the object represents a success, the status information depends on the StatusCode.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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