GitQueryCommitsCriteria.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.