AuditDetailCollection.MoreRecords Property
Applies To: Dynamics CRM 2015
Indicates whether more records exist.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.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 more records exist; otherwise, false.
See Also
AuditDetailCollection Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright