Partager via


AdhocStatusMessage.StatusMessageType Property

 

Gets the status message type. To set the status message type, use the SetMessageType method.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
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

AdhocStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top