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