RetrieveEventRegistrationsRequest::SkipNumberOfRecords Property
Applies To: Dynamics Marketing
Gets or sets the number of registration items, starting from the beginning of the results, to not return in the response.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
public: [DataMemberAttribute] property int SkipNumberOfRecords { int get(); void set(int value); }
Property Value
Type: System::Int32The number of registration items to skip over in the returned results.
Show: