RetrieveEmailMessagesRequest.SkipNumberOfRecords Property

 

Applies To: Dynamics Marketing

Gets or sets the number of records, starting from the beginning of the results, to not return in the response.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public int SkipNumberOfRecords { get; set; }
public:
[DataMemberAttribute]
property int SkipNumberOfRecords {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member SkipNumberOfRecords : int with get, set
<DataMemberAttribute>
Public Property SkipNumberOfRecords As Integer

Property Value

Type: System.Int32

The number of records that are to be skipped.

See Also

RetrieveEmailMessagesRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage Namespace

Return to top