QuickOPC User's Guide and Reference
DefaultNodeId Property (UANodeDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UANodeDescriptor Class : DefaultNodeId Property
Default node Id (empty one).
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultNodeId As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UANodeDescriptor.DefaultNodeId
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UANodeId DefaultNodeId {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UANodeId^ DefaultNodeId {
   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