NetPeerTcpBindingElement.Properties 属性

定义

获取此绑定元素的配置属性集合。

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,包含此绑定元素的配置属性集合。

适用于