Connectivity Software User's Guide and Reference
InternalCode Property (UAStatusCode)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA Namespace > UAStatusCode Class : InternalCode Property
The internal 32-bit unsigned integer representation of the status code.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Public ReadOnly Property InternalCode As UInteger
'Usage
 
Dim instance As UAStatusCode
Dim value As UInteger
 
instance.InternalCode = value
 
value = instance.InternalCode
[CLSCompliant(false)]
public uint InternalCode {get;}
[CLSCompliant(false)]
public:
property uint InternalCode {
   uint get();
}

Property Value

The default value of this property is 0.

Remarks

This property provides direct access to the underlying unsigned integer value. For CLS-compliant code, use the InternalValue property instead, which returns a System.Int64.

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