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



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