SPClientCallableSettings.RequestUsageExecutionTimeThreshold-Eigenschaft
der Schwellenwert in Millisekunden für die Protokollierung von Verwendungsdaten für Csom-Anforderung
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; }
Eigenschaftswert
Typ: System.Int32
Siehe auch
Referenz
SPClientCallableSettings Klasse