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 or sets the priority to use for sending the message. This option is only used when SerializeToInbox is called.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public StateMessagePriority Priority { get; set; }
public:
property StateMessagePriority Priority {
StateMessagePriority get();
void set(StateMessagePriority value);
}
Public Property Priority As StateMessagePriority
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessagePriority
See Also
StateMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top