QuickOPC User's Guide and Reference
ReferenceTypeId Property (UANodeElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeElement Class : ReferenceTypeId Property
Type Id of the reference that was used to reach the node.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=102, 
   ShortName="Reference Type ID")>
Public Property ReferenceTypeId As UANodeId
'Usage
 
Dim instance As UANodeElement
Dim value As UANodeId
 
instance.ReferenceTypeId = value
 
value = instance.ReferenceTypeId
[Display(AutoGenerateField=true, 
   Order=102, 
   ShortName="Reference Type ID")]
public UANodeId ReferenceTypeId {get; set;}
[Display(AutoGenerateField=true, 
   Order=102, 
   ShortName="Reference Type ID")]
public:
property UANodeId^ ReferenceTypeId {
   UANodeId^ get();
   void set (    UANodeId^ 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