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