QuickOPC User's Guide and Reference
TemplateString Property



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.LiveMapping Namespace > AEQualifiedNameTemplateAttribute Class : TemplateString Property
The template string.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property TemplateString As String
'Usage
 
Dim instance As AEQualifiedNameTemplateAttribute
Dim value As String
 
value = instance.TemplateString
[CanBeNull()]
public string TemplateString {get;}
[CanBeNull()]
public:
property String^ TemplateString {
   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 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also