Compartilhar via


Propriedade ChangeListSearchCriteria.Skip

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxe

'Declaração
<DataMemberAttribute(Name := "skip", EmitDefaultValue := False)> _
Public Property Skip As Nullable(Of Integer)
[DataMemberAttribute(Name = "skip", EmitDefaultValue = false)]
public Nullable<int> Skip { get; set; }

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ChangeListSearchCriteria Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi