Compartilhar via


JobRecurrenceSchedule.Hours Propriedade

 

Opcional. Horas do dia em que o trabalho deve ser executado em.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public IList<int> Hours { get; set; }
public:
property IList<int>^ Hours {
    IList<int>^ get();
    void set(IList<int>^ value);
}
member Hours : IList<int> with get, set
Public Property Hours As IList(Of Integer)

Valor de propriedade

Type: System.Collections.Generic.IList<Int32>

Consulte também

Classe JobRecurrenceSchedule
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo