RetrieveRecordWallRequest.PageNumber Property

Definition

Gets or sets, for retrieval, a specific page of posts that is designated by its page number. Required.

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

Property Value

The specific page of posts that is designated by its page number. The page number for the first page is 1. If you specify a value of 0, it is treated as a value of 1.

Applies to