property int NumericIdentifier {
intget();
voidset ( intvalue);
}
Remarks
The actual OPC-UA numeric identifier is a 32-bit unsigned integer. For .NET clients, we expose it as 64-bit signed integer, which is CLS compliant and holds it fully. In this interface, however, a 32-bit signed value is used, for clients such as Visual Basic 6. The value is cast unchecked. Consequently, beware of the possible differences between the .NET and COM clients.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows