RetrieveRecordWallRequest.PageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets, for retrieval, the number of posts per page. Required.
public:
property int PageSize { int get(); void set(int value); };
public int PageSize { get; set; }
member this.PageSize : int with get, set
Public Property PageSize As Integer
Property Value
The number of posts per page. The maximum number of retrieved posts, per page, is 100; the minimum number is 1.