QuickOPC User's Guide and Reference
DefaultReferenceTypeId Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePathElement Class : DefaultReferenceTypeId Property
The default reference type Id. Equals to OpcLabs.EasyOpc.UA.AddressSpace.Standard.UAReferenceTypeIds.HierarchicalReferences.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultReferenceTypeId As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UABrowsePathElement.DefaultReferenceTypeId
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UANodeId DefaultReferenceTypeId {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UANodeId^ DefaultReferenceTypeId {
   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