Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message payload.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public IMessage Message { get; private set; }
public:
property IMessage^ Message {
IMessage^ get();
private: void set(IMessage^ value);
}
Public Property Message As IMessage
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessage
See Also
ConfigMgrBgbSessionEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top