Share via


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)

Syntax

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

Property Value

Type: System.Nullable<Int32>

See Also

JobListParameters Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top