SPClientCallableSettings.RequestUsageExecutionTimeThreshold property
the threshold in milliseconds for logging csom request usage data
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestUsageExecutionTimeThreshold As Integer
Get
Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.RequestUsageExecutionTimeThreshold
instance.RequestUsageExecutionTimeThreshold = value
public int RequestUsageExecutionTimeThreshold { get; set; }
Property value
Type: System.Int32
See also
Reference
SPClientCallableSettings class