OPC Studio User's Guide and Reference
NumericIdentifier Property (UANodeId)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : NumericIdentifier Property
Numeric identifier value.
Syntax
'Declaration
 
<ColumnDisplayAttribute(2)>
<DefaultValueAttribute(0)>
<DisplayAttribute(AutoGenerateField=False, ShortName="Numeric Identifier")>
<TypeConverterAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UANumericIdentifierConverter)>
<XmlIgnoreAttribute()>
Public Property NumericIdentifier As Long
 
'Usage
 
Dim instance As UANodeId
Dim value As Long
 
instance.NumericIdentifier = value
 
value = instance.NumericIdentifier
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