Share via


SPDiagnosticsArea.Categories Property

Gets the collection of child categories for this SPDiagnosticsArea object.

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

Syntax

'Declaration
Public ReadOnly Property Categories As SPDiagnosticsCollection(Of SPDiagnosticsCategory)
    Get
'Usage
Dim instance As SPDiagnosticsArea
Dim value As SPDiagnosticsCollection(Of SPDiagnosticsCategory)

value = instance.Categories
public SPDiagnosticsCollection<SPDiagnosticsCategory> Categories { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPDiagnosticsCollection<SPDiagnosticsCategory>
The list of categories.

See Also

Reference

SPDiagnosticsArea Class

SPDiagnosticsArea Members

Microsoft.SharePoint.Administration Namespace