'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <NullableDataAttribute()> <PolymorphicDataAttribute()> Public ReadOnly Property EffectiveConnectionTransportParameters As UAConnectionTransportParameters
'Usage
Dim instance As UAPubSubConnectionDescriptor Dim value As UAConnectionTransportParameters value = instance.EffectiveConnectionTransportParameters
[JetBrains.Annotations.CanBeNull()] [NullableData()] [PolymorphicData()] public UAConnectionTransportParameters EffectiveConnectionTransportParameters {get;}
[JetBrains.Annotations.CanBeNull()] [NullableData()] [PolymorphicData()] public: property UAConnectionTransportParameters^ EffectiveConnectionTransportParameters { UAConnectionTransportParameters^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.