Compartir a través de


IDPSQueryObject.Skip Propiedad

Definición

Obtiene o establece el número de registros que coinciden con el filtro que se va a omitir.

[Newtonsoft.Json.JsonProperty(PropertyName="skip")]
public int? Skip { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="skip")>]
member this.Skip : Nullable<int> with get, set
Public Property Skip As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a