Share via


ChangeListSearchCriteria.Skip Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "skip", EmitDefaultValue := False)> _
Public Property Skip As Nullable(Of Integer)
[DataMemberAttribute(Name = "skip", EmitDefaultValue = false)]
public Nullable<int> Skip { get; set; }
[DataMemberAttribute(Name = L"skip", EmitDefaultValue = false)]
public:
property Nullable<int> Skip {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(Name = "skip", EmitDefaultValue = false)>]
member Skip : Nullable<int> with get, set
function get Skip () : Nullable<int>
function set Skip (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ChangeListSearchCriteria Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace