SPUsage.ReportNames Property
A string array that contains the usage report names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.