Message::SourceMachine Property
.NET Framework (current version)
Gets the computer from which the message originated.
Assembly: System.Messaging (in System.Messaging.dll)
public: [MessagingDescriptionAttribute("MsgSourceMachine")] property String^ SourceMachine { String^ 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 SourceMachine property. |
| MessageQueueException | The computer information or directory service could not be accessed. |
The format of the SourceMachine property does not include preceding two forward slashes (\\). For example, myServer is a valid SourceMachine.
The following code example displays the value of a message's SourceMachine property.
.NET Framework
Available since 1.1
Available since 1.1
Show: