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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.ComTypes Namespace > _UABrowsePath Interface : 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
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property Elements As UABrowsePathElementCollection
'Usage
 
Dim instance As _UABrowsePath
Dim value As UABrowsePathElementCollection
 
instance.Elements = value
 
value = instance.Elements
[ElementsNotNull()]
[NotNull()]
UABrowsePathElementCollection Elements {get; set;}
[ElementsNotNull()]
[NotNull()]
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