QuickOPC User's Guide and Reference
MessageMappingName Property (UAPubSubHeader)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubHeader Class : MessageMappingName Property
The name of the message mapping, if known.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property MessageMappingName As String
'Usage
 
Dim instance As UAPubSubHeader
Dim value As String
 
instance.MessageMappingName = value
 
value = instance.MessageMappingName
[DefaultValue("")]
[NotNull()]
public string MessageMappingName {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ MessageMappingName {
   String^ get();
   void set (    String^ value);
}
Remarks

Contains "Json", "Uadp", or an empty string if not known.

Knowing the actual message mapping may be useful with the OPC UA PubSub Automatic Message Mapping Recognition feature, because in such case, the message mapping is not unambiguously determined by the transport profile used.

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