Message.SourceMachine 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取发出消息的计算机。
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 不包括前面两个正斜杠 (\\) 。 例如, myServer
是有效的 SourceMachine。