[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Priority to use for sending the message. This option is only used when SerializeToInbox() method is called

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

StateMessagePriority 
Priority { 
get; 
set; }
Public 
Property 
Priority 
As 

StateMessagePriority
	
Get
	
Set
public:
property 

StateMessagePriority 
Priority {
	

StateMessagePriority 
get ();
	
void 
set (

StateMessagePriority 
value);
}

See Also