QuickOPC User's Guide and Reference
NodePath Property (NodeElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace > NodeElement Class : NodePath Property
The node path for this node. Only used with OPC XML.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DataMemberAttribute(False)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=3, 
   ShortName="Node Path")>
Public Property NodePath As String
'Usage
 
Dim instance As NodeElement
Dim value As String
 
instance.NodePath = value
 
value = instance.NodePath
[CanBeNull()]
[DataMember(false)]
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=3, 
   ShortName="Node Path")]
public string NodePath {get; set;}
[CanBeNull()]
[DataMember(false)]
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=3, 
   ShortName="Node Path")]
public:
property String^ NodePath {
   String^ get();
   void set (    String^ value);
}
Remarks

Not to be confused with the BrowsePath, or the access path (only in OPC-DA 1.0, and quite rare).

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