SPWebApplication.ForceseekEnabled property
或不使用 Forceseek hint
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ForceseekEnabled As Boolean
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.ForceseekEnabled
instance.ForceseekEnabled = value
public bool ForceseekEnabled { get; set; }
Property value
Type: System.Boolean