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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > IUABrowsePathElement Interface : ReferenceTypeId Property
The type of reference to follow.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property ReferenceTypeId As UANodeId
'Usage
 
Dim instance As IUABrowsePathElement
Dim value As UANodeId
 
value = instance.ReferenceTypeId
[NotNull()]
UANodeId ReferenceTypeId {get;}
[NotNull()]
property UANodeId^ ReferenceTypeId {
   UANodeId^ get();
}
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