Share via


ScheduleProperties.NextRun Property

 

Optional. Gets or sets the next run time of the schedule.

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

Syntax

public Nullable<DateTimeOffset> NextRun { get; set; }
public:
property Nullable<DateTimeOffset> NextRun {
    Nullable<DateTimeOffset> get();
    void set(Nullable<DateTimeOffset> value);
}
member NextRun : Nullable<DateTimeOffset> with get, set
Public Property NextRun As Nullable(Of DateTimeOffset)

Property Value

Type: System.Nullable<DateTimeOffset>

See Also

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

Return to top