JobListParameters.Top Property
Optional. Specify the number of jobs to request, in the of range [1..100].
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public Nullable<int> Top { get; set; }
public:
property Nullable<int> Top {
Nullable<int> get();
void set(Nullable<int> value);
}
member Top : Nullable<int> with get, set
Public Property Top As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
JobListParameters Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top