WorkflowDeploymentService.IsIntegratedApp método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Function IsIntegratedApp As ClientResult(Of Boolean)
'Uso
Dim instance As WorkflowDeploymentService
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsIntegratedApp()
public virtual ClientResult<bool> IsIntegratedApp()
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>
Ver também
Referência
WorkflowDeploymentService classe