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

The week of the month to run the schedule on n day.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
byte 
WeekOrder { 
get; 
set; }
Public 
Property 
WeekOrder 
As 
Byte
	
Get
	
Set
public:
property 
unsigned char 
WeekOrder {
	
unsigned char 
get ();
	
void 
set (
unsigned char 
value);
}

Field Value

0 is the logical equivalent of the last DayOfWeek of the month. Must be less than or equal to 4.

See Also