MethodCall.Properties 属性
定义
获取表示远程处理消息属性集合的 IDictionary 接口。Gets an IDictionary interface that represents a collection of the remoting message's properties.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Properties { get; }
[get: System.Security.SecurityCritical]
public virtual System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
[<get: System.Security.SecurityCritical>]
member this.Properties : System.Collections.IDictionary
Public Overridable ReadOnly Property Properties As IDictionary
属性值
表示远程处理消息属性集合的 IDictionary 接口。An IDictionary interface that represents a collection of the remoting message's properties.
实现
- 属性
注解
Properties属性返回字段的值 ExternalProperties 。The Properties property returns the value of the ExternalProperties field.