The template string for node path. Only used with OPC XML.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property NodePathTemplateString As String
             
        
            
            'Usage
 
Dim instance As DAItemIdTemplateAttribute
Dim value As String
 
value = instance.NodePathTemplateString
             
        
            
            [CanBeNull()]
public string NodePathTemplateString {get;}
             
        
            
            [CanBeNull()]
public:
property String^ NodePathTemplateString {
   String^ get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            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