Compartilhar via


Propriedade JobGetHistoryParameters.Skip

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 (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Uso

'Uso
Dim instance As JobGetHistoryParameters
Dim value As Nullable(Of Integer)

value = instance.Skip

instance.Skip = value

Sintaxe

'Declaração
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>)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe JobGetHistoryParameters
Membros JobGetHistoryParameters
Namespace Microsoft.WindowsAzure.Scheduler.Models