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



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

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