QuickOPC User's Guide and Reference
StartingNodeId Property (_UABrowsePath)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.ComTypes Namespace > _UABrowsePath Interface : StartingNodeId Property
The starting node Id of the browse path.
Syntax
'Declaration
 
<NotNullAttribute()>
Property StartingNodeId As UANodeId
'Usage
 
Dim instance As _UABrowsePath
Dim value As UANodeId
 
instance.StartingNodeId = value
 
value = instance.StartingNodeId
[NotNull()]
UANodeId StartingNodeId {get; set;}
[NotNull()]
property UANodeId^ StartingNodeId {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
Remarks

This property exists mainly for backward compatibility. It is recommended to use StartingNodeDescriptor instead.

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