GetReportHistoryLimitResponse.HistoryLimit Property
Applies To: Dynamics CRM 2015
Gets the history limit for a report.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int HistoryLimit { get; }
public:
property int HistoryLimit {
int get();
}
member HistoryLimit : int with get
Public ReadOnly Property HistoryLimit As Integer
Property Value
Type: System.Int32
Type: Int32
Remarks
The history limit represents the number of report history snapshots that a specified report is permitted to have. The default is eight snapshots. If -1 is returned, the report is permitted to have an unlimited number of report history snapshots.
See Also
GetReportHistoryLimitResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright