SPUsageService.UsageLogCutTime Property

The time interval in minutes that Usage log files should use.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property UsageLogCutTime As UInteger
    Get
'Usage
Dim instance As SPUsageService
Dim value As UInteger

value = instance.UsageLogCutTime
public uint UsageLogCutTime { get; }

Property Value

Type: System.UInt32
A UInt32 number of minutes.

See Also

Reference

SPUsageService Class

SPUsageService Members

Microsoft.SharePoint.Administration Namespace