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

Status message type

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
StatusType 
StatusType { 
get; 
set; }
Public 
Property 
StatusType 
As 
StatusType
	
Get
	
Set
public:
property 
StatusType 
StatusType {
	
StatusType 
get ();
	
void 
set (
StatusType 
value);
}

See Also