Compartilhar via


Propriedade JobRecurrenceSchedule.MonthDays

Optional. Days of the month that the job should execute on. Must be between 1 and 31.

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

Uso

'Uso
Dim instance As JobRecurrenceSchedule
Dim value As IList(Of Integer)

value = instance.MonthDays

instance.MonthDays = value

Sintaxe

'Declaração
Public Property MonthDays As IList(Of Integer)
public IList<int> MonthDays { get; set; }
public:
property IList<int>^ MonthDays {
    IList<int>^ get ();
    void set (IList<int>^ value);
}
/** @property */
public IList<int> get_MonthDays ()

/** @property */
public void set_MonthDays (IList<int> value)
public function get MonthDays () : IList<int>

public function set MonthDays (value : IList<int>)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe JobRecurrenceSchedule
Membros JobRecurrenceSchedule
Namespace Microsoft.WindowsAzure.Scheduler.Models