RetrieveParsedDataImportFileRequest.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 for the retrieved data. Required.
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 for the retrieved data.