SPUsageProvider.DaysToKeepDetailedData Property
The number of days to keep data.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Property DaysToKeepDetailedData As UInteger
Get
Set
'Usage
Dim instance As SPUsageProvider
Dim value As UInteger
value = instance.DaysToKeepDetailedData
instance.DaysToKeepDetailedData = value
public override uint DaysToKeepDetailedData { get; set; }
Property Value
Type: System.UInt32
A UInt32 number of days.