FaultPropagationQueryElement.Properties 属性
定义
获取包含与此元素关联的属性的 ConfigurationPropertyCollection。Gets the ConfigurationPropertyCollection that contains the properties associated with this 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
属性值
属性集合。The property collection.