Свойство SPRequestManagementSettings.RoutingHealthScoreDepreciationTime
Возвращает или задает время, прошедшее время, когда оценки исправности хранился до его больше не влияет на маршрутизации.
Пространство имен: 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; }
Значение свойства
Тип: System.TimeSpan
См. также
Справочные материалы
SPRequestManagementSettings класс