WorkflowDeploymentService.IsIntegratedApp method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Function IsIntegratedApp As ClientResult(Of Boolean)
'Usage
Dim instance As WorkflowDeploymentService
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsIntegratedApp()
public virtual ClientResult<bool> IsIntegratedApp()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
See also
Reference
WorkflowDeploymentService class