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