WorkflowServicesManager.GetWorkflowDeploymentService método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Function GetWorkflowDeploymentService As WorkflowDeploymentService
'Uso
Dim instance As WorkflowServicesManager
Dim returnValue As WorkflowDeploymentService
returnValue = instance.GetWorkflowDeploymentService()
public WorkflowDeploymentService GetWorkflowDeploymentService()
Valor retornado
Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowDeploymentService
Ver também
Referência
WorkflowServicesManager classe