BindingsSection::NetMsmqBinding Property

 

Gets the configuration element that contains a collection of netMsmqBinding binding elements.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("netMsmqBinding", Options = ConfigurationPropertyOptions::None)]
property NetMsmqBindingCollectionElement^ NetMsmqBinding {
	NetMsmqBindingCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::NetMsmqBindingCollectionElement^

A NetMsmqBindingCollectionElement object that contains a collection of netMsmqBinding binding elements.

.NET Framework
Available since 3.0
Return to top
Show: