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.
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