Partager via


SPWorkflowAssociation.SiteOverQuota - Propriété

Obtient une valeur qui indique si le SPSite sur lequel réside l'association de flux de travail est dépassé le quota.

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

Syntaxe

'Déclaration
Public ReadOnly Property SiteOverQuota As Boolean
    Get
'Utilisation
Dim instance As SPWorkflowAssociation
Dim value As Boolean

value = instance.SiteOverQuota
public bool SiteOverQuota { get; }

Valeur de propriété

Type : System.Boolean
true si la SPSite est dépassé le quota, dans le cas contraire, false.

Voir aussi

Référence

SPWorkflowAssociation classe

SPWorkflowAssociation - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview