SPUsageDefinition.DaysToKeepUsageFiles property
This property controls the number of days to keep detailed data. Must be less than DaysToKeepDetailedData.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property DaysToKeepUsageFiles As UInteger
Get
Set
'Usage
Dim instance As SPUsageDefinition
Dim value As UInteger
value = instance.DaysToKeepUsageFiles
instance.DaysToKeepUsageFiles = value
public virtual uint DaysToKeepUsageFiles { get; set; }
Property value
Type: System.UInt32