RetrieveRecordWallRequest.PageSize Property

 

Applies To: Dynamics CRM 2015

Gets or sets, for retrieval, the number of posts per page. Required.

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

Syntax

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

Property Value

Type: System.Int32

Type: Int32
The number of posts per page. The maximum number of retrieved posts, per page, is 100; the minimum number is 1.

See Also

RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright