BulkWorkflowWIJD.BulkWorkflowJobName Property

The name of the bulk workflow timer job.

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared ReadOnly Property BulkWorkflowJobName As String
    Get
'Usage
Dim value As String

value = BulkWorkflowWIJD.BulkWorkflowJobName
public static string BulkWorkflowJobName { get; }

Property Value

Type: System.String
Always returns a string value of BulkWorkflow.

Remarks

This value can be used inside of feature receivers to retrieve the name of the timer job that was created for this instance of the workflow.

See Also

Reference

BulkWorkflowWIJD Class

BulkWorkflowWIJD Members

Microsoft.Office.Workflow Namespace