Share via


Report.Subcategory Property

Gets the subcategory of the report.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property Subcategory As String
    Get
'Usage
Dim instance As Report
Dim value As String

value = instance.Subcategory
public string Subcategory { get; }

Property Value

Type: System.String
A string specifying the subcategory of the report.

Remarks

The value of this property should always be set to custom.

See Also

Reference

Report Class

Report Members

Microsoft.Office.RecordsManagement.Reporting Namespace