'Declaration
<DefaultValueAttribute("")> <NullableAttribute()> <XmlIgnoreAttribute()> Public Property BrokerConnectionTransportParameters As UABrokerConnectionTransportParameters
'Usage
Dim instance As UAPubSubConnectionDescriptor Dim value As UABrokerConnectionTransportParameters instance.BrokerConnectionTransportParameters = value value = instance.BrokerConnectionTransportParameters
[DefaultValue("")] [Nullable()] [XmlIgnore()] public UABrokerConnectionTransportParameters BrokerConnectionTransportParameters {get; set;}
[DefaultValue("")] [Nullable()] [XmlIgnore()] public: property UABrokerConnectionTransportParameters^ BrokerConnectionTransportParameters { UABrokerConnectionTransportParameters^ get(); void set ( UABrokerConnectionTransportParameters^ value); }