Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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