SPUsageDefinition.DaysToKeepDetailedData property

This property controls the number of days to keep detailed data. Must be less than DaysToKeepData.

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

Syntax

'Declaration
Public Overridable Property DaysToKeepDetailedData As UInteger
    Get
    Set
'Usage
Dim instance As SPUsageDefinition
Dim value As UInteger

value = instance.DaysToKeepDetailedData

instance.DaysToKeepDetailedData = value
public virtual uint DaysToKeepDetailedData { get; set; }

Property value

Type: System.UInt32
Returns UInt32.

See also

Reference

SPUsageDefinition class

SPUsageDefinition members

Microsoft.SharePoint.Administration namespace