Message::SenderVersion Property
.NET Framework (current version)
Gets the version of Message Queuing used to send the message.
Assembly: System.Messaging (in System.Messaging.dll)
public: [MessagingDescriptionAttribute("MsgSenderVersion")] property long long SenderVersion { long long get(); }
| Exception | Condition |
|---|---|
| InvalidOperationException | The message has not been sent. This property can only be read on messages retrieved from a queue. -or- The message queue is filtered to ignore the SenderVersion property. |
The SenderVersion property is important for certain features. For example, transaction processing is supported only by Message Queuing 2.0 and later, and digital signatures are used to authenticate messages sent by MSMQ 1.0.
The sending Queue Manager sets the SenderVersion property when the message is sent.
The following code example displays the value of a message's SenderVersion property.
.NET Framework
Available since 1.1
Available since 1.1
Show: