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