[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets the message type for the message (such as SoftDistDownloadFailEvent). This must be set.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetMessageType(
	
string 
statusMessageType
)
Public 
Sub 
SetMessageType ( _
	
statusMessageType 
As 
String _
)
public:
void 
SetMessageType(
	
String^ 
statusMessageType
)

Parameters

statusMessageType
String

See Also