Share via


MessagePropertyAttribute.Importance Property

 

Gets the importance level for the message.

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

Syntax

public MessagePropertyImportance Importance { get; private set; }
public:
property MessagePropertyImportance Importance {
    MessagePropertyImportance get();
    private: void set(MessagePropertyImportance value);
}
Public Property Importance As MessagePropertyImportance
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyImportance

See Also

MessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top