SPDiagnosticsArea.Categories property

Gets the collection of child categories for this SPDiagnosticsArea object.

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

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