BulkWorkflowWorkItem.WorkflowTemplateId property
Gets or sets the workflow template identifier (ID) that is used during bulk workflow processing.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property WorkflowTemplateId As Guid
Get
Set
'Usage
Dim instance As BulkWorkflowWorkItem
Dim value As Guid
value = instance.WorkflowTemplateId
instance.WorkflowTemplateId = value
public Guid WorkflowTemplateId { get; set; }
Property value
Type: System.Guid
A GUID that represents a workflow template.