Contains node path (empty string for the root, null reference if unknown). Only used with OPC XML.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
Public Property NodePath As String
             
        
            
            'Usage
 
Dim instance As DANodeAttribute
Dim value As String
 
instance.NodePath = value
 
value = instance.NodePath
             
        
            
            [JetBrains.Annotations.CanBeNull()]
public string NodePath {get; set;}
             
        
            
            [JetBrains.Annotations.CanBeNull()]
public:
property String^ NodePath {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
The value of this property can be null (Nothing in Visual Basic).
 
            
            
            
            
            
            
            
            
            
            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