获取或设置运行状况分数被存储,直到它不再影响路由以来经过的时间。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RoutingHealthScoreDepreciationTime As TimeSpan
Get
Set
用法
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.RoutingHealthScoreDepreciationTime
instance.RoutingHealthScoreDepreciationTime = value
public TimeSpan RoutingHealthScoreDepreciationTime { get; set; }