WorkflowServicesManager.IsConnected property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public ReadOnly Property IsConnected As Boolean
Get
'Usage
Dim instance As WorkflowServicesManager
Dim value As Boolean
value = instance.IsConnected
public bool IsConnected { get; }
Property value
Type: System.Boolean