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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DANodeElement 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 DANodeElement
'Usage
 
Dim value As DANodeElement
 
value = DANodeElement.Root
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static DANodeElement Root {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property DANodeElement^ Root {
   DANodeElement^ 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