QuickOPC User's Guide and Reference
UInt16 Property (UADataTypeIds)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UADataTypeIds Class : UInt16 Property
The identifier for the UInt16 DataType.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property UInt16 As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UADataTypeIds.UInt16
[NotNull()]
public static UANodeId UInt16 {get;}
[NotNull()]
public:
static property UANodeId^ UInt16 {
   UANodeId^ get();
}
Remarks
The node ID is: i=5
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