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.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.Event
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::Int32

The number of registration items to skip over in the returned results.

Return to top
Show: