Connectivity Software User's Guide and Reference
BrokerTransportParameters Property (_UAWriterGroupData)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAWriterGroupData Interface : BrokerTransportParameters Property
Gets the transport parameters as broker-specific writer group transport parameters.
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
ReadOnly Property BrokerTransportParameters As UABrokerWriterGroupTransportParameters
'Usage
 
Dim instance As _UAWriterGroupData
Dim value As UABrokerWriterGroupTransportParameters
 
value = instance.BrokerTransportParameters
[JetBrains.Annotations.CanBeNull()]
UABrokerWriterGroupTransportParameters BrokerTransportParameters {get;}
[JetBrains.Annotations.CanBeNull()]
property UABrokerWriterGroupTransportParameters^ BrokerTransportParameters {
   UABrokerWriterGroupTransportParameters^ get();
}

Property Value

Returns the TransportParameters cast as OpcLabs.EasyOpc.UA.PubSub.Configuration.UABrokerWriterGroupTransportParameters, or null if the transport parameters are not broker-specific.

The value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Remarks

This is a convenience property for accessing broker-specific transport parameters without explicit casting.

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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