QuickOPC User's Guide and Reference
NodeIdType Property (UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : NodeIdType Property
Selects the type of the node Id.
Syntax
'Declaration
 
<ColumnDisplayAttribute(7)>
<DataMemberAttribute()>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=101, 
   ShortName="Node Id Type")>
Public Property NodeIdType As UANodeIdType
'Usage
 
Dim instance As UANodeId
Dim value As UANodeIdType
 
instance.NodeIdType = value
 
value = instance.NodeIdType
[ColumnDisplay(7)]
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(AutoGenerateField=true, 
   Order=101, 
   ShortName="Node Id Type")]
public UANodeIdType NodeIdType {get; set;}
[ColumnDisplay(7)]
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(AutoGenerateField=true, 
   Order=101, 
   ShortName="Node Id Type")]
public:
property UANodeIdType NodeIdType {
   UANodeIdType get();
   void set (    UANodeIdType value);
}
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