Share via


SPSite.WorkflowManager - Propriété

Gets the SPWorkflowManager object that is associated with the site collection, enabling you to centrally control the workflow templates and instances across the site collection.

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

Syntaxe

'Déclaration
Public ReadOnly Property WorkflowManager As SPWorkflowManager
    Get
'Utilisation
Dim instance As SPSite
Dim value As SPWorkflowManager

value = instance.WorkflowManager
public SPWorkflowManager WorkflowManager { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Workflow.SPWorkflowManager
The SPWorkflowManager object that is associated with the site collection.

Voir aussi

Référence

SPSite classe

SPSite - Membres

Microsoft.SharePoint - Espace de noms