RetrieveDuplicatesRequest.PagingInfo Property
Applies To: Dynamics CRM 2015
Gets or sets a paging information for the retrieved duplicates. Required.
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 for the retrieved duplicates.
See Also
RetrieveDuplicatesRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright