MessagePropertyDescription 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 MessagePropertyAttribute 指定的消息属性。
public ref class MessagePropertyDescription : System::ServiceModel::Description::MessagePartDescription
public class MessagePropertyDescription : System.ServiceModel.Description.MessagePartDescription
type MessagePropertyDescription = class
inherit MessagePartDescription
Public Class MessagePropertyDescription
Inherits MessagePartDescription
- 继承
注解
MessagePropertyDescription 类表示在消息协定中通过使用 System.ServiceModel.MessagePropertyAttribute 指定的消息属性。 消息属性用于将其他对象可后续使用的消息信息放入消息管道中,但这些消息信息不会随消息序列化。
构造函数
MessagePropertyDescription(String) |
初始化 MessagePropertyDescription 类的新实例。 |
属性
HasProtectionLevel |
获取指示消息部分是否有 ProtectionLevel 属性的值的值。 (继承自 MessagePartDescription) |
Index |
获取或设置消息部分的索引。 (继承自 MessagePartDescription) |
MemberInfo |
获取或设置消息部分的成员信息。 (继承自 MessagePartDescription) |
Multiple |
获取或设置控制消息部分是否可在消息中出现多次的值。 (继承自 MessagePartDescription) |
Name |
获取或设置消息部分的名称。 (继承自 MessagePartDescription) |
Namespace |
获取或设置消息部分的命名空间。 (继承自 MessagePartDescription) |
ProtectionLevel |
获取或设置消息部分的 ProtectionLevel。 (继承自 MessagePartDescription) |
Type |
获取或设置消息部分的类型。 (继承自 MessagePartDescription) |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |