Share via


ConfigMgrBgbMessageRequest.Message Property

 

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 object Message { get; internal set; }
public:
property Object^ Message {
    Object^ get();
    internal: void set(Object^ value);
}
Public Property Message As Object
    Get
    Friend Set
End Property

Property Value

Type: System.Object

See Also

ConfigMgrBgbMessageRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top