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



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

Contains "Ethernet", "Mqtt", "Udp", or an empty string if not known.

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