获取或设置规则刷新之间的最短时间。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property MinimumCacheRefreshTime As TimeSpan
Get
Set
用法
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.MinimumCacheRefreshTime
instance.MinimumCacheRefreshTime = value
public TimeSpan MinimumCacheRefreshTime { get; set; }