BulkWorkflowWorkItem.Deserialize Method
Deserializes the schema of the work item into a string value that is used during bulk workflow processing.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
strSerialization As String _
) As BulkWorkflowWorkItem
'Usage
Dim strSerialization As String
Dim returnValue As BulkWorkflowWorkItem
returnValue = BulkWorkflowWorkItem.Deserialize(strSerialization)
public static BulkWorkflowWorkItem Deserialize(
string strSerialization
)
Parameters
strSerialization
Type: System.StringA string value that contains the work item schema.
Return Value
Type: Microsoft.Office.Workflow.BulkWorkflowWorkItem
A BulkWorkflowWorkItem that is processed during bulk workflow processing.