ScheduleCreateProperties::Interval Property

 

Optional. Gets or sets the interval of the schedule.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
property Nullable<unsigned char> Interval {
	Nullable<unsigned char> get();
	void set(Nullable<unsigned char> value);
}

Property Value

Type: System::Nullable<Byte>
Return to top
Show: