QuickOPC User's Guide and Reference
NodeIdTemplateString Property (UANodeIdTemplateAttribute)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UANodeIdTemplateAttribute Class : NodeIdTemplateString Property
The template string.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property NodeIdTemplateString As String
'Usage
 
Dim instance As UANodeIdTemplateAttribute
Dim value As String
 
value = instance.NodeIdTemplateString
[CanBeNull()]
public string NodeIdTemplateString {get;}
[CanBeNull()]
public:
property String^ NodeIdTemplateString {
   String^ get();
}
Remarks

Null is allowed, because it allows to disable the template use from certain level onwards.

Following macros can be used in template strings:

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