QuickOPC User's Guide and Reference
DefaultStartingNodeId Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePath Class : DefaultStartingNodeId Property
Default starting node Id. Equals to a null node Id.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultStartingNodeId As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UABrowsePath.DefaultStartingNodeId
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UANodeId DefaultStartingNodeId {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UANodeId^ DefaultStartingNodeId {
   UANodeId^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

UABrowsePath Class
UABrowsePath Members