Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the status message type. Do not invoke this property directly. Create a new class and inherit from CcmFrameworkWarning.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string StatusMessageType { get; }
public:
property String^ StatusMessageType {
virtual String^ get() override;
}
Public Overrides ReadOnly Property StatusMessageType As String
Property Value
Type: System.String
See Also
CcmFrameworkWarning Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top