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.
Initializes a new instance of the MessagePropertyAttribute class. Builds the attribute with Importance.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessagePropertyAttribute(
MessagePropertyImportance importance
)
public:
MessagePropertyAttribute(
MessagePropertyImportance importance
)
Public Sub New (
importance As MessagePropertyImportance
)
Parameters
importance
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyImportanceThe importance of the message.
See Also
MessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top