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

Recurrence interval.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
TimeSpan 
RecurrenceInterval { 
get; 
set; }
Public 
Property 
RecurrenceInterval 
As 
TimeSpan
	
Get
	
Set
public:
property 
TimeSpan 
RecurrenceInterval {
	
TimeSpan 
get ();
	
void 
set (
TimeSpan 
value);
}

Field Value

Must be greater than TimeSpan.Zero, and less than or equal to 31 days

See Also