QuickOPC User's Guide and Reference
Root Property (AENodeDescriptor)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AENodeDescriptor Class : Root Property
The node descriptor for the root of the address space.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property Root As AENodeDescriptor
'Usage
 
Dim value As AENodeDescriptor
 
value = AENodeDescriptor.Root
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static AENodeDescriptor Root {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property AENodeDescriptor^ Root {
   AENodeDescriptor^ 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