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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAAttributeOperand Class : RelativePath Property
A relative path to a node.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property RelativePath As UABrowsePathElementCollection
'Usage
 
Dim instance As UAAttributeOperand
Dim value As UABrowsePathElementCollection
 
instance.RelativePath = value
 
value = instance.RelativePath
[DataMember()]
public UABrowsePathElementCollection RelativePath {get; set;}
[DataMember()]
public:
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