Compartir a través de


de la propiedad SPSite.WorkflowManager

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.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public ReadOnly Property WorkflowManager As SPWorkflowManager
    Get
'Uso
Dim instance As SPSite
Dim value As SPWorkflowManager

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

Valor de propiedad

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

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint