QuickOPC User's Guide and Reference
EffectiveTransportProfileUriString Property (UAPubSubConnectionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubConnectionDescriptor Class : EffectiveTransportProfileUriString Property
The effective transport profile URI string being used by this PubSub connection descriptor.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<PureAttribute()>
Public ReadOnly Property EffectiveTransportProfileUriString As String
'Usage
 
Dim instance As UAPubSubConnectionDescriptor
Dim value As String
 
value = instance.EffectiveTransportProfileUriString
[DefaultValue("")]
[Pure()]
public string EffectiveTransportProfileUriString {get;}
[DefaultValue("")]
[Pure()]
public:
property String^ EffectiveTransportProfileUriString {
   String^ get();
}
Remarks

When the TransportProfileUriString is not empty, it becomes the effective transport profile URI string. Otherwise, the effective transport profile URI is inferred, and equals to InferredTransportProfileUriString. Note that in some cases the transport profile URI cannot be inferred, and it is therefore necessary to specify a proper non-empty TransportProfileUriString.

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