CcmEvent.StatusMessageType Property

 

Gets the status message type. This property 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

public virtual string StatusMessageType { get; }
public:
property String^ StatusMessageType {
    virtual String^ get();
}
Public Overridable ReadOnly Property StatusMessageType As String

Property Value

Type: System.String

See Also

CcmEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top