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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePath Class : StartingNodeId Property
The starting node Id of the browse path.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<IgnoreDataMemberAttribute()>
Public Property StartingNodeId As UANodeId
'Usage
 
Dim instance As UABrowsePath
Dim value As UANodeId
 
instance.StartingNodeId = value
 
value = instance.StartingNodeId
[Browsable(false)]
[IgnoreDataMember()]
public UANodeId StartingNodeId {get; set;}
[Browsable(false)]
[IgnoreDataMember()]
public:
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