SPWebApplication.ForceseekEnabled - Propriété
Utilisez l'indicateur Forceseek ou non
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ForceseekEnabled As Boolean
Get
Set
'Utilisation
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.ForceseekEnabled
instance.ForceseekEnabled = value
public bool ForceseekEnabled { get; set; }
Valeur de propriété
Type : System.Boolean