BusinessEntityChanges.PagingCookie Property
Applies To: Dynamics CRM 2015
Gets or sets the paging cookie.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string PagingCookie { get; set; }
public:
[DataMemberAttribute]
property String^ PagingCookie {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member PagingCookie : string with get, set
<DataMemberAttribute>
Public Property PagingCookie As String
Property Value
Type: System.String
Type: String
See Also
BusinessEntityChanges Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright