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 minimum time between rule refreshes.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MinimumCacheRefreshTime As TimeSpan
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.MinimumCacheRefreshTime
instance.MinimumCacheRefreshTime = value
public TimeSpan MinimumCacheRefreshTime { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPRequestManagementSettings class