ScheduleProperties.NextRun Propriedade
Opcional. Obtém ou define a hora da próxima execução da agenda.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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)
Valor de propriedade
Type: System.Nullable<DateTimeOffset>
Consulte também
Classe ScheduleProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo