RetrievePersonalWallRequest.PageNumber 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, 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.