MsmqIntegrationBindingElement.Properties 属性
定义
获取与此配置元素相关联的配置属性集合。Gets a configuration property collection associated with this configuration element.
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
属性值
一个 ConfigurationPropertyCollection 实例,包含一组与此配置元素相关联的属性。A ConfigurationPropertyCollection instance that contains a set of properties associated with this configuration element.