SPDiagnosticsCategory.Area property
Gets the parent Area of this SPDiagnosticsCategory object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Area As SPDiagnosticsArea
Get
Friend Set
'Usage
Dim instance As SPDiagnosticsCategory
Dim value As SPDiagnosticsArea
value = instance.Area
public SPDiagnosticsArea Area { get; internal set; }
Property value
Type: Microsoft.SharePoint.Administration.SPDiagnosticsArea
The parent object.