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 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