다음을 통해 공유


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.

See Also

Reference

BulkWorkflowWorkItem Class

BulkWorkflowWorkItem Members

Microsoft.Office.Workflow Namespace