QuickOPC User's Guide and Reference
RelativePath Property (_UAAttributeOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering.ComTypes Namespace > _UAAttributeOperand Interface : RelativePath Property
A relative path to a node.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property RelativePath As UABrowsePathElementCollection
'Usage
 
Dim instance As _UAAttributeOperand
Dim value As UABrowsePathElementCollection
 
instance.RelativePath = value
 
value = instance.RelativePath
[ElementsNotNull()]
[NotNull()]
UABrowsePathElementCollection RelativePath {get; set;}
[ElementsNotNull()]
[NotNull()]
property UABrowsePathElementCollection^ RelativePath {
   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