RetrieveAttributeChangeHistoryRequest.PagingInfo Property

 

Applies To: Dynamics CRM 2015

Gets or sets the paging information. Optional.

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

Syntax

public PagingInfo PagingInfo { get; set; }
public:
property PagingInfo^ PagingInfo {
    PagingInfo^ get();
    void set(PagingInfo^ value);
}
member PagingInfo : PagingInfo with get, set
Public Property PagingInfo As PagingInfo

Property Value

Type: Microsoft.Xrm.Sdk.Query.PagingInfo

Type: PagingInfo
The paging information.

Remarks

Specifies a number of pages and a number of entity instances per page to return from the query.

See Also

RetrieveAttributeChangeHistoryRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Page large result sets with FetchXML
Page large result sets with QueryExpression

Return to top

© 2016 Microsoft. All rights reserved. Copyright