SPDiagnosticsULSProvider.Level property
This method is called to get the maximun level of the trace to be logged into database.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Level As TraceSeverity
Get
Set
'Usage
Dim instance As SPDiagnosticsULSProvider
Dim value As TraceSeverity
value = instance.Level
instance.Level = value
public TraceSeverity Level { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.TraceSeverity
Returns TraceSeverity representing the maximun level of the trace to be logged into database.
See also
Reference
SPDiagnosticsULSProvider class