MonitoringSettings.ResultsToKeepInDatabase Property
Applies To: Dynamics CRM 2015
Gets or sets the number of monitoring results to keep in the database.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public int ResultsToKeepInDatabase { get; set; }
public:
[DataMemberAttribute]
property int ResultsToKeepInDatabase {
int get();
void set(int value);
}
[<DataMemberAttribute>]
member ResultsToKeepInDatabase : int with get, set
<DataMemberAttribute>
Public Property ResultsToKeepInDatabase As Integer
Property Value
Type: System.Int32
Type: Int32
Number of monitoring results to keep in the database.
See Also
MonitoringSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright