BusinessEntityChanges.MoreRecords Property

 

Applies To: Dynamics CRM 2015

Gets or sets a Boolean value that specifies whether there are more records in the business entity changes collection.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public bool MoreRecords { get; set; }
public:
[DataMemberAttribute]
property bool MoreRecords {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member MoreRecords : bool with get, set
<DataMemberAttribute>
Public Property MoreRecords As Boolean

Property Value

Type: System.Boolean

Type: Boolean
 True if there are more records; otherwise false.

See Also

BusinessEntityChanges Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright