ConfigMgrBgbSynchronousMessageEventArgs.ResponseMessage Property
Gets the response message to send back through the notification channel. The message should be populated with relevant details.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public BgbResponseMessage ResponseMessage { get; private set; }
public:
property BgbResponseMessage^ ResponseMessage {
BgbResponseMessage^ get();
private: void set(BgbResponseMessage^ value);
}
Public Property ResponseMessage As BgbResponseMessage
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.BgbResponseMessage
See Also
ConfigMgrBgbSynchronousMessageEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top