MessagePartSpecification.IsBodyIncluded 属性
定义
获取和设置一个值,该值指示该规范中是否包含消息正文。Gets or sets a value that indicates whether the message body is included in this specification.
public:
property bool IsBodyIncluded { bool get(); void set(bool value); };
public bool IsBodyIncluded { get; set; }
member this.IsBodyIncluded : bool with get, set
Public Property IsBodyIncluded As Boolean
属性值
如果消息正文包含在该规范中,则为 true;否则为 false。true if the message body is included in this specification; otherwise, false.
例外
MessagePartSpecification 为只读。The MessagePartSpecification is read only.