SPDatabaseService.QueryLoggingThreshold Property

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

Syntax

'Declaration
Public Property QueryLoggingThreshold As TimeSpan
    Get
    Set
'Usage
Dim instance As SPDatabaseService
Dim value As TimeSpan

value = instance.QueryLoggingThreshold

instance.QueryLoggingThreshold = value
public TimeSpan QueryLoggingThreshold { get; set; }

Property Value

Type: System.TimeSpan
Returns TimeSpan.

See Also

Reference

SPDatabaseService Class

SPDatabaseService Members

Microsoft.SharePoint.Administration Namespace