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

Gets the status message type. Must be overloaded by any class inheriting from ConfigMgrStatusMessageBase.

** IMPORTANT ** If you are inheriting from ConfigMgrStatusMessageBase, you MUST override this property

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
virtual 
string 
StatusMessageType { 
get; }
Public 
Overridable 
ReadOnly 
Property 
StatusMessageType 
As 
String
	
Get
public:
virtual 
property 
String^ 
StatusMessageType {
	
String^ 
get ();
}

See Also