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