RetrieveRecordChangeHistoryRequest.PagingInfo Property

Definition

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.

Applies to