JobGetHistoryParameters.Skip Property
Optional. Specify the (0-based) index of the history list from which to begin requesting entries.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Usage
'Usage
Dim instance As JobGetHistoryParameters
Dim value As Nullable(Of Integer)
value = instance.Skip
instance.Skip = value
Syntax
'Declaration
Public Property Skip As Nullable(Of Integer)
public Nullable<int> Skip { get; set; }
public:
property Nullable<int> Skip {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_Skip ()
/** @property */
public void set_Skip (Nullable<int> value)
public function get Skip () : Nullable<int>
public function set Skip (value : Nullable<int>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
JobGetHistoryParameters Class
JobGetHistoryParameters Members
Microsoft.WindowsAzure.Scheduler.Models Namespace