Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that provides methods to participate in the pending work batch of the workflow runtime.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PendingWorkBatch As IPendingWork
Get
'Usage
Dim instance As SPWorkflowExternalDataExchangeService
Dim value As IPendingWork
value = instance.PendingWorkBatch
public IPendingWork PendingWorkBatch { get; }
Property Value
Type: System.Workflow.Runtime.IPendingWork
The object to provide methods to participate in a work batch.
See Also
Reference
SPWorkflowExternalDataExchangeService Class