WorkflowServicesManager.IsConnected 屬性
命名空間: Microsoft.SharePoint.Client.WorkflowServices
組件: Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
語法
'宣告
Public ReadOnly Property IsConnected As Boolean
Get
'用途
Dim instance As WorkflowServicesManager
Dim value As Boolean
value = instance.IsConnected
public bool IsConnected { get; }