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

Recur every n number of months

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

Syntax

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

Field Value

Value must be between 1 and 12

See Also