SPRequestManagementRule.ExecutionGroup - Propriété
Obtient ou définit le regroupement de l'exécution que la règle s'exécute dans.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ExecutionGroup As Integer
Get
Set
'Utilisation
Dim instance As SPRequestManagementRule
Dim value As Integer
value = instance.ExecutionGroup
instance.ExecutionGroup = value
public int ExecutionGroup { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
SPRequestManagementRule classe