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 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.