Message.SourceMachine 属性

定义

获取发出消息的计算机。

public:
 property System::String ^ SourceMachine { System::String ^ get(); };
[System.Messaging.MessagingDescription("MsgSourceMachine")]
public string SourceMachine { get; }
[<System.Messaging.MessagingDescription("MsgSourceMachine")>]
member this.SourceMachine : string
Public ReadOnly Property SourceMachine As String

属性值

发送消息的计算机的名称。

属性

例外

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

- 或 -

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

未能访问计算机信息和目录服务。

示例

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

注解

属性的格式 SourceMachine 不包括前面两个正斜杠 (\\) 。 例如, myServer 是有效的 SourceMachine

适用于

另请参阅