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

Status message being sent to the management point. To set this from a CcmEventderived type, use ParseStatusMessage method.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

StatusMessage 
StatusMessage { 
get; 
set; }
Public 
Property 
StatusMessage 
As 

StatusMessage
	
Get
	
Set
public:
property 

StatusMessage^ 
StatusMessage {
	

StatusMessage^ 
get ();
	
void 
set (

StatusMessage^ 
value);
}

See Also