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.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property WorkflowManager As SPWorkflowManager
Get
用法
Dim instance As SPSite
Dim value As SPWorkflowManager
value = instance.WorkflowManager
public SPWorkflowManager WorkflowManager { get; }
属性值
类型:Microsoft.SharePoint.Workflow.SPWorkflowManager
The SPWorkflowManager object that is associated with the site collection.