JobListParameters.Skip Property

 

Optional. Specify the (0-based) index of the job list from which to begin requesting entries.

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

public Nullable<int> Skip { get; set; }

Property Value

Type: System.Nullable<Int32>
Return to top
Show: