Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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