GetDistinctValuesImportFileRequest.recordsPerPage Property

 

Applies To: Dynamics CRM 2015

Gets or sets the number of data records per page in the source file. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public int recordsPerPage { get; set; }
public:
property int recordsPerPage {
    int get();
    void set(int value);
}
member recordsPerPage : int with get, set
Public Property recordsPerPage As Integer

Property Value

Type: System.Int32

Type: Int32
The number of data records per page in the source file.

See Also

GetDistinctValuesImportFileRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright