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

The priority for the message. This is only used for reference by senders and has no actual effect on the message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
int 
Priority { 
get; 
protected 
set; }
Public 
Property 
Priority 
As 
Integer
	
Get
	
Protected 
Set
public:
virtual 
property 
int 
Priority {
	
int 
get () 
sealed;
	
protected: 
void 
set (
int 
value) 
sealed;
}

Implements

IMessage . . :: . . Priority

See Also