MessageBody.Payload Property
Gets or sets the message payload.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public string Payload { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property String^ Payload {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property Payload As String
Property Value
Type: System.String
See Also
MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top