|
AppointmentsRequestSkip Property |
[This is preliminary documentation and is subject to change.]
Records to skip.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (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
Property Value
Type:
NullableInt32
See Also