SPClientRequestServiceSettings.SqlQueryVerboseLoggingThreshold property
The threshold of number of SQL queries for verbose logging.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SqlQueryVerboseLoggingThreshold As Integer
Get
Set
'Usage
Dim instance As SPClientRequestServiceSettings
Dim value As Integer
value = instance.SqlQueryVerboseLoggingThreshold
instance.SqlQueryVerboseLoggingThreshold = value
public int SqlQueryVerboseLoggingThreshold { get; set; }
Property value
Type: System.Int32
See also
Reference
SPClientRequestServiceSettings class