PaginatedRequestSkip Property
|
Namespace:
Common.v1.Models
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> Skip { get; set; }Public Property Skip As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Skip {
Nullable<int> get ();
void set (Nullable<int> value);
}member Skip : Nullable<int> with get, set
function get Skip () : Nullable<int>
function set Skip (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also