StatusMessage.StatusMessageType Property

 

Gets or sets the status message type.

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

Syntax

public string StatusMessageType { get; set; }
public:
property String^ StatusMessageType {
    String^ get();
    void set(String^ value);
}
Public Property StatusMessageType As String

Property Value

Type: System.String

See Also

StatusMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top