QuickOPC User's Guide and Reference
Elements Property (UABrowsePath)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePath Class : Elements Property
A sequence of browse path elements that form the browse path, beginning from the starting node. May be an empty sequence.
Syntax
'Declaration
 
Public Property Elements As UABrowsePathElementCollection
'Usage
 
Dim instance As UABrowsePath
Dim value As UABrowsePathElementCollection
 
instance.Elements = value
 
value = instance.Elements
public UABrowsePathElementCollection Elements {get; set;}
public:
property UABrowsePathElementCollection^ Elements {
   UABrowsePathElementCollection^ get();
   void set (    UABrowsePathElementCollection^ value);
}
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