NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Message.SourceMachine

Specifies the computer where the message originated.

[Visual Basic]
Overridable Public ReadOnly Property SourceMachine As String
[C#]
public string SourceMachine {virtual get;}
[C++]
public: __property virtual String* get_SourceMachine();
[JScript]
public function get SourceMachine() : String;

See Also

Message Class | Message Members | System.Messaging Namespace