NetMessagingTransportExtensionElement.TransportSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the transport settings element for the net messaging.
[System.Configuration.ConfigurationProperty("transportSettings", IsRequired=false)]
public Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportSettingsElement TransportSettings { get; }
[<System.Configuration.ConfigurationProperty("transportSettings", IsRequired=false)>]
member this.TransportSettings : Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportSettingsElement
Public ReadOnly Property TransportSettings As NetMessagingTransportSettingsElement
Property Value
The transport settings element for the net messaging.
- Attributes