Share via


SPUsage.ReportNames property

A string array that contains the usage report names.

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

Syntax

'Declaration
Public Shared ReadOnly Property ReportNames As String()
    Get
'Usage
Dim value As String()

value = SPUsage.ReportNames
public static string[] ReportNames { get; }

Property value

Type: []
A String array with localized names that correspond to values of the [Microsoft.SharePoint.Administration.SPUsageReportType] enumeration type.

See also

Reference

SPUsage class

SPUsage members

Microsoft.SharePoint.Administration namespace