RetrieveAttributeChangeHistoryRequest.PagingInfo 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 the paging information. Optional.
public:
property Microsoft::Xrm::Sdk::Query::PagingInfo ^ PagingInfo { Microsoft::Xrm::Sdk::Query::PagingInfo ^ get(); void set(Microsoft::Xrm::Sdk::Query::PagingInfo ^ value); };
public Microsoft.Xrm.Sdk.Query.PagingInfo PagingInfo { get; set; }
member this.PagingInfo : Microsoft.Xrm.Sdk.Query.PagingInfo with get, set
Public Property PagingInfo As PagingInfo
Property Value
The paging information.
Remarks
Specifies a number of pages and a number of entity instances per page to return from the query.