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

Sets the state priority

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetPriority(
	
uint 
priority
)
Sub 
SetPriority ( _
	
priority 
As 
UInteger _
)
void 
SetPriority(
		[
InAttribute] 
unsigned int 
priority
)

Parameters

priority
UInt32

See Also