Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The number of days to keep data for this provider.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RetentionPeriod As Byte
    Get
    Set
'Usage
Dim instance As SPUsageProvider
Dim value As Byte
value = instance.RetentionPeriod
instance.RetentionPeriod = value
public byte RetentionPeriod { get; set; }
Property Value
Type: System.Byte
A Byte representation of the number of days.
Implements
ILoggingProvider.RetentionPeriod