SPManager.ActionTimeThresholdInCompatibleMode property
If an action takes more time to execute when in compatibility range, than the time specified by this value a warning will be generated into the upgrade logs.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ActionTimeThresholdInCompatibleMode As TimeSpan
Get
'Usage
Dim value As TimeSpan
value = SPManager.ActionTimeThresholdInCompatibleMode
public static TimeSpan ActionTimeThresholdInCompatibleMode { get; }
Property value
Type: System.TimeSpan