SPWebApplication.UnthrottledPrivilegedOperationWindowEnabled - Propriété

Obtient ou définit une valeur booléenne qui spécifie s'il faut activer la fenêtre de temps quotidien non limitée. Si activé, les opérations de grande liste ne seront pas accélérées lorsqu'ils se produisent dans la fenêtre de temps.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property UnthrottledPrivilegedOperationWindowEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.UnthrottledPrivilegedOperationWindowEnabled

instance.UnthrottledPrivilegedOperationWindowEnabled = value
public bool UnthrottledPrivilegedOperationWindowEnabled { get; set; }

Valeur de propriété

Type : System.Boolean
Boolean
true pour activer la fenêtre de temps quotidien non limitée ; dans le cas contraire, false.

Exceptions

Exception Condition
SecurityException

L'utilisateur actuel n'est pas un administrateur de batterie de serveurs.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms