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.
Sets the message type for the message, such as SoftDistDownloadFailEvent. The message type must be set.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetMessageType(
string statusMessageType
)
public:
void SetMessageType(
String^ statusMessageType
)
Public Sub SetMessageType (
statusMessageType As String
)
Parameters
statusMessageType
Type: System.StringThe status message type.
See Also
AdhocStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top