RetrieveRecordWallRequest.PageNumber Property
Applies To: Dynamics CRM 2015
Gets or sets, for retrieval, a specific page of posts that is designated by its page number. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int PageNumber { get; set; }
public:
property int PageNumber {
int get();
void set(int value);
}
member PageNumber : int with get, set
Public Property PageNumber As Integer
Property Value
Type: System.Int32
Type: Int32
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.
See Also
RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright