SPUsageProvider.DaysToKeepDetailedData property

The number of days to keep data.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPUsageProvider class

SPUsageProvider members

Microsoft.SharePoint.Administration namespace