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.
Gets or sets the amount of time elapsed since the time the health score was stored until it no longer affects routing.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RoutingHealthScoreDepreciationTime As TimeSpan
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.RoutingHealthScoreDepreciationTime
instance.RoutingHealthScoreDepreciationTime = value
public TimeSpan RoutingHealthScoreDepreciationTime { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPRequestManagementSettings class