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