SPDiagnosticsCategory.EventSeverity Property

Gets or sets the currently configured verbosity of event logging.

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

Syntax

'Declaration
Public Property EventSeverity As EventSeverity
    Get
    Set
'Usage
Dim instance As SPDiagnosticsCategory
Dim value As EventSeverity

value = instance.EventSeverity

instance.EventSeverity = value
public EventSeverity EventSeverity { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.EventSeverity
Returns the currently configured verbosity of event logging.

Implements

IDiagnosticsLevel.EventSeverity

See Also

Reference

SPDiagnosticsCategory Class

SPDiagnosticsCategory Members

Microsoft.SharePoint.Administration Namespace