RetrieveDuplicatesRequest.PagingInfo Property

Definition

Gets or sets a paging information for the retrieved duplicates. 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 duplicates.

Applies to