QuickOPC User's Guide and Reference
TransportProfileName Property (_UAPubSubConnectionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UAPubSubConnectionDescriptor Interface : TransportProfileName Property
The name of the transport profile.
Syntax
'Declaration
 
<NotNullAttribute()>
Property TransportProfileName As String
'Usage
 
Dim instance As _UAPubSubConnectionDescriptor
Dim value As String
 
instance.TransportProfileName = value
 
value = instance.TransportProfileName
[NotNull()]
string TransportProfileName {get; set;}
[NotNull()]
property String^ TransportProfileName {
   String^ get();
   void set (    String^ value);
}
Remarks

The transport profile name is a shorter representation the TransportProfileUriString, without a guarantee of uniqueness.

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