WorkflowServicesManager.GetWorkflowDeploymentService method

Retrieves the WorkflowDeploymentService instance that manages workflow definitions and activities.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public Function GetWorkflowDeploymentService As WorkflowDeploymentService
'Usage
Dim instance As WorkflowServicesManager
Dim returnValue As WorkflowDeploymentService

returnValue = instance.GetWorkflowDeploymentService()
[ClientCallableMethodAttribute]
public WorkflowDeploymentService GetWorkflowDeploymentService()

Return value

Type: Microsoft.SharePoint.WorkflowServices.WorkflowDeploymentService
Returns a WorkflowDeploymentService object instance.

See also

Reference

WorkflowServicesManager class

WorkflowServicesManager members

Microsoft.SharePoint.WorkflowServices namespace