Share via


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)

Syntax

public Nullable<byte> Interval { get; set; }
public:
property Nullable<unsigned char> Interval {
    Nullable<unsigned char> get();
    void set(Nullable<unsigned char> value);
}
member Interval : Nullable<byte> with get, set
Public Property Interval As Nullable(Of Byte)

Property Value

Type: System.Nullable<Byte>

See Also

ScheduleCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top