[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The message for the event. This instance can be changed by the recipient and the callee of the method will receive the changed instance.

If the message is being delivered, the modified message will be delivered to the endpoint and the local variable parameter will be changed.

If the message is being received, the modified message will be delivered to the callee with the modified data.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IMessage 
Message { 
get; 
private 
set; }
Public 
Property 
Message 
As 
IMessage
	
Get
	
Private 
Set
public:
property 
IMessage^ 
Message {
	
IMessage^ 
get ();
	
private: 
void 
set (
IMessage^ 
value);
}

See Also