Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.