SPRequestManagementSettings.RoutingHealthScoreDepreciationTime property
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