JobRecurrence.Count Propriedade
Opcional. Contagem de ocorrências que será executado. Opcional. Padrão será executado infinitamente
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
Nullable<int> get();
void set(Nullable<int> value);
}
member Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)
Valor de propriedade
Type: System.Nullable<Int32>
Consulte também
Classe JobRecurrence
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo