BaseChannelWithProperties.Properties 属性
定义
获取与当前信道对象关联的信道属性的 IDictionary。Gets a IDictionary of the channel properties associated with the current channel object.
public:
virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public override System.Collections.IDictionary Properties { get; }
[get: System.Security.SecurityCritical]
public override System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
[<get: System.Security.SecurityCritical>]
member this.Properties : System.Collections.IDictionary
Public Overrides ReadOnly Property Properties As IDictionary
属性值
与当前信道对象关联的信道属性的 IDictionary。A IDictionary of the channel properties associated with the current channel object.
- 属性
例外
直接调用方没有基础结构权限。The immediate caller does not have infrastructure permission.
注解
通道属性用于在运行时配置信道。Channel properties are used to configure the channel at run time.