다음을 통해 공유


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

SPDiagnosticsULSProvider Members

Microsoft.SharePoint.Diagnostics Namespace