NetMsmqBindingElement.Properties Property

Definition

Gets the ConfigurationPropertyCollection that is associated with this binding.

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection

Property Value

The ConfigurationPropertyCollection that is associated with this binding.

Applies to