Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new instance of the MessageBody class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageBody(
string payload
)
public:
MessageBody(
String^ payload
)
Public Sub New (
payload As String
)
Parameters
payload
Type: System.StringThe payload.
See Also
MessageBody Overload
MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top