WorkflowDeploymentService.GetDefinition método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Function GetDefinition ( _
definitionId As Guid _
) As WorkflowDefinition
'Uso
Dim instance As WorkflowDeploymentService
Dim definitionId As Guid
Dim returnValue As WorkflowDefinition
returnValue = instance.GetDefinition(definitionId)
public virtual WorkflowDefinition GetDefinition(
Guid definitionId
)
Parâmetros
- definitionId
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowDefinition
Ver também
Referência
WorkflowDeploymentService classe