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 object to send in the SendMessage method.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public TRequest Message { get; }
public:
property TRequest Message {
TRequest get();
}
Public ReadOnly Property Message As TRequest
Property Value
Type: TRequest
See Also
ConfigMgrBgbMessageRequest<TRequest> Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top