Message.SenderVersion 属性

定义

获取用于发送消息的消息队列版本。

public:
 property long SenderVersion { long get(); };
[System.Messaging.MessagingDescription("MsgSenderVersion")]
public long SenderVersion { get; }
[<System.Messaging.MessagingDescription("MsgSenderVersion")>]
member this.SenderVersion : int64
Public ReadOnly Property SenderVersion As Long

属性值

用于发送消息的消息队列版本。

属性

例外

消息尚未发送。 该属性只能在从队列中检索的消息上读取。

- 或 -

消息队列经过筛选后忽略了 SenderVersion 属性。

示例

下面的代码示例显示消息的 SenderVersion 属性的值。

注解

属性 SenderVersion 对于某些功能非常重要。 例如,仅消息队列 2.0 及更高版本支持事务处理,而数字签名用于对 MSMQ 1.0 发送的消息进行身份验证。

发送队列管理器在 SenderVersion 发送消息时设置 属性。

适用于

另请参阅