AuditDetailCollection.PagingCookie Property

 

Applies To: Dynamics CRM 2015

Gets or sets a paging cookie.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.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
The paging cookie value.

Remarks

For more information on using a paging cookie, see Using a paging cookie with QueryExpression.

See Also

AuditDetailCollection Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright